mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix(connected-accounts): guide the user to enter the existing account's password when merging by email
The backend account-takeover fix now requires the existing account's password before merging an email that already belongs to another account. Show a clear message (profile.emailMergePasswordRequired) on that response instead of the generic "already registered" dead-end, so the legitimate owner knows to enter that account's password (in both password fields) to complete the merge. i18n in ru/en/zh/fa.
This commit is contained in:
@@ -4138,7 +4138,8 @@
|
||||
"vk": "VK"
|
||||
},
|
||||
"backToAccounts": "返回账户列表"
|
||||
}
|
||||
},
|
||||
"emailMergePasswordRequired": "该邮箱已属于另一个账户。要合并账户,请输入该账户的密码。"
|
||||
},
|
||||
"theme": {
|
||||
"colors": "主题颜色",
|
||||
|
||||
Reference in New Issue
Block a user