only show jwt secret tip for admin users

This commit is contained in:
Josh Hawkins
2025-12-11 10:42:43 -06:00
parent 649ca49e55
commit e5fff32079
2 changed files with 26 additions and 14 deletions
+2 -1
View File
@@ -769,7 +769,8 @@
"updatePassword": "Update Password for {{username}}",
"setPassword": "Set Password",
"desc": "Create a strong password to secure this account.",
"multiDeviceWarning": "Any other devices where you are logged in will be required to re-login within {{refresh_time}}. You can also force all users to re-authenticate immediately by rotating your JWT secret."
"multiDeviceWarning": "Any other devices where you are logged in will be required to re-login within {{refresh_time}}.",
"multiDeviceAdmin": "You can also force all users to re-authenticate immediately by rotating your JWT secret."
},
"changeRole": {
"title": "Change User Role",