mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
[CORL-445] Change Password (#2426)
* fix: reversed `new-password` autocomplete option * feat: initial implementation * fix: localization and testing * fix: updated snapshot
This commit is contained in:
@@ -136,6 +136,12 @@ export enum ERROR_CODES {
|
||||
*/
|
||||
PASSWORD_TOO_SHORT = "PASSWORD_TOO_SHORT",
|
||||
|
||||
/**
|
||||
* PASSWORD_INCORRECT is returned when a logged in operation that requires the
|
||||
* password returns the wrong password.
|
||||
*/
|
||||
PASSWORD_INCORRECT = "PASSWORD_INCORRECT",
|
||||
|
||||
/**
|
||||
* EMAIL_INVALID_FORMAT is returned when when the user attempts to associate a
|
||||
* new email address that is not a valid email address.
|
||||
|
||||
Reference in New Issue
Block a user