feat: support admin create new user account

This commit is contained in:
oiov
2025-06-26 16:53:42 +08:00
parent c1743c2840
commit 8aa4602390
12 changed files with 106 additions and 19 deletions

View File

@@ -184,7 +184,8 @@
"Login Password": "Password",
"Duplicate": "Duplicate",
"Confirm duplicate domain": "Confirm duplicate domain",
"This will duplicate all configuration information for the {domain} domain, and create a new domain": "This will duplicate all configuration information for the {domain} domain, and create a new domain"
"This will duplicate all configuration information for the {domain} domain, and create a new domain": "This will duplicate all configuration information for the {domain} domain, and create a new domain",
"Add User": "Add User"
},
"Components": {
"Dashboard": "Dashboard",
@@ -360,7 +361,7 @@
"Email Code": "Email",
"Password": "Password",
"Sign In / Sign Up": "Sign In / Sign Up",
"Incorrect email or password": "Incorrect email or password",
"Incorrect email or password": "Incorrect email or password, or administrator closed new user registration",
"Something went wrong": "Something went wrong",
"Check your email": "Check your email",
"We sent you a login link": "We sent you a login link",

View File

@@ -184,7 +184,8 @@
"Login Password": "用户密码",
"Duplicate": "复制",
"Confirm duplicate domain": "确认复制域名",
"This will duplicate all configuration information for the {domain} domain, and create a new domain": "这将复制 {domain} 域名的所有配置信息,并创建一个新域名"
"This will duplicate all configuration information for the {domain} domain, and create a new domain": "这将复制 {domain} 域名的所有配置信息,并创建一个新域名",
"Add User": "添加用户"
},
"Components": {
"Dashboard": "用户面板",
@@ -360,7 +361,7 @@
"Email Code": "邮箱验证",
"Password": "账号密码",
"Sign In / Sign Up": "点击登录/注册",
"Incorrect email or password": "邮箱或密码错误",
"Incorrect email or password": "邮箱或密码错误,或管理员关闭了新用户注册",
"Something went wrong": "出错了",
"Check your email": "检查您的邮箱",
"We sent you a login link": "我们已向您发送登录链接",