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
+4 -2
View File
@@ -38,9 +38,11 @@ export default {
'users.settings.title': 'Настройки пользователя',
'users.status.activate': 'Активировать аккаунт',
'users.status.deactivate': 'Деактивировать аккаунт',
'users.status.inactiveAccount': 'Неактивный аккаунт'
'users.status.inactiveAccount': 'Неактивный аккаунт',
'users.login.getInitialPassword':
'Run the following command on your server to retrieve the initial admin password.'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'users.login.getInitialPassword': 'Run the following command on your server to retrieve the initial admin password.'
// ========== End of To-Do List ==========