[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:
Wyatt Johnson
2019-08-01 22:08:14 +00:00
committed by GitHub
parent 290ceee8e9
commit 836a2267bf
48 changed files with 1122 additions and 197 deletions
+6
View File
@@ -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.