mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 21:35:25 +09:00
Obfuscate some login error messages #1957
- 로그인 실패시 아이디나 메일주소가 틀렸는지, 비번이 틀렸는지 구분하여 알려주지 않도록 변경 - 아이디/비번찾기시에는 불필요하게 세분화된 일부분만 정리하고 완전히 막지 않음
This commit is contained in:
parent
16b693c7c7
commit
53cdc17c7f
8 changed files with 25 additions and 20 deletions
|
|
@ -20,10 +20,10 @@ $lang->managed_email_host['prohibited'] = 'E-mail accounts at %s are not allowed
|
|||
$lang->null_user_id = 'Please enter your ID.';
|
||||
$lang->null_password = 'Please enter your password.';
|
||||
$lang->invalid_authorization = 'The account is not activated.';
|
||||
$lang->invalid_email_address = 'You have entered an invalid email address. There is no member who has the email, entered.';
|
||||
$lang->invalid_user_id = 'You have entered an invalid ID.';
|
||||
$lang->invalid_password = 'You have entered an invalid password.';
|
||||
$lang->invalid_new_password = 'Please enter a password you haven\'t previously used.';
|
||||
$lang->invalid_email_address = 'Login failed. Please check your e-mail address and/or password.';
|
||||
$lang->invalid_user_id = 'Login failed. Please check your user ID and/or password.';
|
||||
$lang->invalid_password = 'Login failed. Please check your user ID and/or password.';
|
||||
$lang->invalid_new_password = 'Please enter a different password.';
|
||||
$lang->allow_mailing = 'Join Mailing';
|
||||
$lang->is_admin = 'Superadmin Permission';
|
||||
$lang->member_group = 'Member Group';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue