가입 인증메일 만료시 안내 메시지 개선

xpressengine/xe-core#2112
This commit is contained in:
Kijin Sung 2018-07-20 18:54:02 +09:00
parent 1b79f453b7
commit 1b0466dd83
3 changed files with 3 additions and 1 deletions

View file

@ -1575,7 +1575,7 @@ class memberController extends member
if(ztime($output->data->regdate) < time() - (86400 * 3))
{
executeQuery('member.deleteAuthMail', $args);
return $this->stop('msg_invalid_auth_key');
return $this->stop('msg_expired_auth_key');
}
// Back up the value of $output->data->is_register