feat: get initial password

This commit is contained in:
jialin
2025-12-12 11:14:57 +08:00
parent b189160888
commit 883e0ab115
8 changed files with 77 additions and 14 deletions
+3 -1
View File
@@ -37,5 +37,7 @@ export default {
'users.settings.title': 'User Settings',
'users.status.activate': 'Activate Account',
'users.status.deactivate': 'Deactivate Account',
'users.status.inactiveAccount': 'Inactive Account'
'users.status.inactiveAccount': 'Inactive Account',
'users.login.getInitialPassword':
'Run the following command on your server to retrieve the initial admin password.'
};