Use dialog to set some password options

This commit is contained in:
BinTianqi
2024-10-19 12:39:52 +08:00
parent 36609d68ef
commit 951231abe3
7 changed files with 122 additions and 196 deletions

View File

@@ -440,6 +440,7 @@
<!--UserManage-->
<string name="user_manager">User manager</string>
<string name="enable_logout">Enable logout</string>
<string name="edit_username">Edit username</string>
<string name="start_user_session_msg">Start user session message</string>
<string name="end_user_session_msg">End user session message</string>
@@ -488,8 +489,7 @@
<string name="pwd_expiration_timeout">Password expiration timeout</string>
<string name="max_time_to_lock">Screen timeout</string>
<string name="required_strong_auth_timeout">Required strong auth timeout</string>
<string name="zero_means_no_control">A value of 0 means the admin is not participating in controlling the timeout</string>
<string name="max_time_to_lock_desc">Enter 0 to allow user decision, unit: millisecond</string>
<string name="zero_means_no_restriction">0 means no restriction</string>
<string name="pwd_history">Password history length</string>
<string name="pwd_history_desc">Historical passwords within the specified range cannot be set by user</string>
<string name="password_complexity_none">None (No password allowed)</string>