mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:52:34 +01:00
Update auth.php
Edit for 'Must be over 7 characters'.
This commit is contained in:
parent
2eb6f178c2
commit
5ae0e127df
@ -21,7 +21,7 @@ return [
|
||||
'email' => '메일 주소',
|
||||
'password' => '비밀번호',
|
||||
'password_confirm' => '비밀번호 확인',
|
||||
'password_hint' => '네 글자를 넘어야 합니다.',
|
||||
'password_hint' => '일곱 글자를 넘어야 합니다.',
|
||||
'forgot_password' => '비밀번호를 잊었나요?',
|
||||
'remember_me' => '로그인 유지',
|
||||
'ldap_email_hint' => '이 계정에 대한 메일 주소를 입력하세요.',
|
||||
@ -74,4 +74,4 @@ return [
|
||||
'user_invite_page_text' => ':appName에 로그인할 때 입력할 비밀번호를 설정하세요.',
|
||||
'user_invite_page_confirm_button' => '비밀번호 확인',
|
||||
'user_invite_success' => '이제 :appName에 접근할 수 있습니다.'
|
||||
];
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user