묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
rule="email' 저장 위치
2013.08.22 10:26
안녕하세요,
<field name="email_address" required="true" length="1:200" rule="email" />
정도로 회원 가입에서 email regex 를 불러다 쓰는거 같은데요.
혹시, 저 email regex를 직접 커스터마이징 할 수 있을까 싶어서요.
저 정규표현식이 있는 위치만 알 수 있다면 쉽게 고칠 수 있을거 같은데 ...
도저히 어딨는지 모르겠네요 ㅠㅠ
classes/validator/Validator.class.php 에서 88번째줄
'email' => '/^[\w-]+((?:\.|\+|\~)[\w-]+)*@[\w-]+(\.[\w-]+)+$/',