修改登录密码

This commit is contained in:
2026-05-21 11:52:59 +08:00
parent c31be55fe6
commit 888382f7ce
12 changed files with 345 additions and 7 deletions

View File

@@ -122,6 +122,7 @@
<string name="current_password">Current Password</string>
<string name="old_password">Old Password</string>
<string name="verification_code">Verification Code</string>
<string name="password_not_match">Passwords do not match</string>
<!-- Face Management -->
<string name="face_management">Face Management</string>
@@ -443,4 +444,12 @@
<string name="network_request_failed">Network request failed</string>
<string name="code_sent_success">Verification code sent successfully</string>
<string name="code_send_failed">Failed to send verification code</string>
<!-- Login Password Reset -->
<string name="processing">Processing...</string>
<string name="old_password_error">Old password is incorrect</string>
<string name="password_reset_success">Password reset successful</string>
<string name="password_reset_failed">Password reset failed</string>
<string name="user_not_login">User not logged in</string>
<string name="phone_number_empty">Phone number not found</string>
</resources>