mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
feat: set password for users
Signed-off-by: Kininaru <shiftregister233@outlook.com> removed useless blank Signed-off-by: Kininaru <shiftregister233@outlook.com> add license header Signed-off-by: Kininaru <shiftregister233@outlook.com> i18n Signed-off-by: Kininaru <shiftregister233@outlook.com> database logic Signed-off-by: Kininaru <shiftregister233@outlook.com> i18n Signed-off-by: Kininaru <shiftregister233@outlook.com> i18n Signed-off-by: Kininaru <shiftregister233@outlook.com>
This commit is contained in:
@ -98,7 +98,24 @@
|
||||
"Unlink": "Unlink",
|
||||
"Is admin": "Is admin",
|
||||
"Is global admin": "Is global admin",
|
||||
"Is forbidden": "Is forbidden"
|
||||
"Is forbidden": "Is forbidden",
|
||||
"Empty input!": "Empty input!",
|
||||
"Two passwords you typed do not match.": "Two passwords you typed do not match.",
|
||||
"Password Set": "Password Set",
|
||||
"Set Password": "Set Password",
|
||||
"Old Password": "Old Password",
|
||||
"New Password": "New Password",
|
||||
"Re-enter New": "Re-enter New",
|
||||
"Please login first.": "Please login first.",
|
||||
"Session outdated. Please login again.": "Session outdated. Please login again.",
|
||||
"Invalid user id.": "Invalid user id.",
|
||||
"You don't have the permission to do this.": "You don't have the permission to do this.",
|
||||
"Old password wrong.": "Old password wrong.",
|
||||
"New password contains blank space.": "New password contains blank space.",
|
||||
"Invalid new password": "Invalid new password",
|
||||
"Password": "Password",
|
||||
"Cancel": "Cancel",
|
||||
"input password": "input password"
|
||||
},
|
||||
"application":
|
||||
{
|
||||
|
@ -100,7 +100,24 @@
|
||||
"Unlink": "解绑",
|
||||
"Is admin": "是管理员",
|
||||
"Is global admin": "是全局管理员",
|
||||
"Is forbidden": "被禁用"
|
||||
"Is forbidden": "被禁用",
|
||||
"Empty input!": "输入为空!",
|
||||
"Two passwords you typed do not match.": "两次输入的密码不匹配。",
|
||||
"Password Set": "密码已设置",
|
||||
"Set Password": "设置密码",
|
||||
"Old Password": "旧密码",
|
||||
"New Password": "新密码",
|
||||
"Re-enter New": "重复新密码",
|
||||
"Please login first.": "请先登录。",
|
||||
"Session outdated. Please login again.": "会话已过期,请重新登陆。",
|
||||
"Invalid user id.": "用户 ID 错误",
|
||||
"You don't have the permission to do this.": "你没有权限这么做。",
|
||||
"Old password wrong.": "旧密码错误!",
|
||||
"New password contains blank space.": "新密码包含空格。",
|
||||
"Invalid new password": "非法的新密码。",
|
||||
"Password": "密码",
|
||||
"Cancel": "取消",
|
||||
"input password": "输入密码"
|
||||
},
|
||||
"application":
|
||||
{
|
||||
|
Reference in New Issue
Block a user