feat: password reset by admin (#360)

This commit is contained in:
kimatata
2025-12-07 20:37:38 +09:00
committed by GitHub
parent 805c1f50b6
commit 2adb24dbaa
11 changed files with 244 additions and 9 deletions

View File

@@ -159,7 +159,11 @@
"quit_confirm": "If you relinquish your administrator privileges, you will no longer be able to access the administration page.",
"role_changed": "Role changed",
"lost_admin_auth": "Lost admin authority",
"at_least": "At least one administrator is required"
"at_least": "At least one administrator is required",
"reset_password": "Reset password",
"reset": "Reset",
"invalid_password": "Password must be at least 8 characters",
"password_not_match": "Pasword does not match"
},
"Projects": {
"project_list": "Project List",