mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Update procMemberAuthAccount
- 불필요한 중복 체크 제거 - 인증 성공시 alert을 사용하지 않고 인증 관련 안내 메시지를 XE_VALIDATOR_MESSAGE에 넣은 후 로그인 화면으로 리다이렉트 - XE_VALIDATOR_MESSAGE를 임의로 지정할 수 있도록 Context::setValidatorMessage() 함수 추가
This commit is contained in:
parent
dc0add9e8c
commit
87d8ba41e3
6 changed files with 37 additions and 36 deletions
|
|
@ -135,8 +135,8 @@ $lang->msg_confirm_account_comment = 'Click on the following link to complete yo
|
|||
$lang->msg_auth_mail_sent = 'The activation mail has been sent to %s. Please check your mail.';
|
||||
$lang->msg_confirm_mail_sent = 'We have just sent the activation email to %s. Please check your mail.';
|
||||
$lang->msg_invalid_auth_key = 'This is an invalid request of verification.<br />Please retry finding account info or contact the administrator.';
|
||||
$lang->msg_success_authed = 'Your account has been successfully activated and logged on.\\n Please modify the password to your own one with the password in the mail.';
|
||||
$lang->msg_success_confirmed = 'Your account has been activated successfully.';
|
||||
$lang->msg_success_authed = 'Please use the password you received in the email to log in, and change it to a password of your choice as soon as possible.';
|
||||
$lang->msg_success_confirmed = 'Your account has been activated. You may log in now.';
|
||||
$lang->msg_new_member = 'Add Member';
|
||||
$lang->msg_rechecked_password = 'Re-checked password';
|
||||
$lang->msg_update_member = 'View and Modify User Info';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue