change password rule (#4804)
* change password rule * change password.tset.ts
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"package_usage_rules": "Package usage rules: The system will give priority to using more advanced packages, and the original unused packages will take effect later.",
|
||||
"password": "Password",
|
||||
"password_mismatch": "Password Inconsistency: Two passwords are inconsistent",
|
||||
"password_tip": "Password must be at least 6 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"password_tip": "Password must be at least 8 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"password_update_error": "Exception when changing password",
|
||||
"password_update_success": "Password changed successfully",
|
||||
"pending_usage": "To be used",
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"Action": "Action",
|
||||
"Add": "Add",
|
||||
"add_success": "Added Successfully",
|
||||
"Add_new_input": "Add new input",
|
||||
"All": "All",
|
||||
"App": "Application",
|
||||
@@ -64,7 +63,6 @@
|
||||
"Parse": "Analysis",
|
||||
"Permission": "Permission",
|
||||
"Permission_tip": "Individual permissions are greater than group permissions",
|
||||
"please_input_name": "Please Enter a Name",
|
||||
"Preview": "Preview",
|
||||
"Remove": "Remove",
|
||||
"Rename": "Rename",
|
||||
@@ -94,6 +92,7 @@
|
||||
"action_confirm": "Confirm",
|
||||
"add_new": "add_new",
|
||||
"add_new_param": "Add new param",
|
||||
"add_success": "Added Successfully",
|
||||
"all_quotes": "All quotes",
|
||||
"all_result": "Full Results",
|
||||
"app_not_version": "This application has not been published, please publish it first",
|
||||
@@ -962,6 +961,7 @@
|
||||
"permission.manager": "administrator",
|
||||
"permission.read": "Read permission",
|
||||
"permission.write": "write permission",
|
||||
"please_input_name": "Please Enter a Name",
|
||||
"plugin.App": "Select App",
|
||||
"plugin.Currentapp": "Current App",
|
||||
"plugin.Description": "Description",
|
||||
@@ -1260,7 +1260,7 @@
|
||||
"user.no_usage_records": "No Usage Records",
|
||||
"user.old_password": "Old Password",
|
||||
"user.password_message": "Password must be at least 4 characters and at most 60 characters",
|
||||
"user.password_tip": "Password must be at least 6 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"user.password_tip": "Password must be at least 8 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"user.reset_password": "Reset Password",
|
||||
"user.reset_password_tip": "The initial password is not set/the password has not been modified for a long time, please reset the password",
|
||||
"user.team.Balance": "Team Balance",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"login_success": "Login successful",
|
||||
"no_remind": "Don't remind again",
|
||||
"password_condition": "Password maximum 60 characters",
|
||||
"password_tip": "Password must be at least 6 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"password_tip": "Password must be at least 8 characters long and contain at least two combinations: numbers, letters, or special characters",
|
||||
"policy_tip": "By using this service, you agree to our",
|
||||
"privacy": "Privacy Policy",
|
||||
"privacy_policy": "Privacy Policy",
|
||||
|
||||
Reference in New Issue
Block a user