-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix password strength feedback for empty password (#6008)
* Mark password strings as used **Why**: To ensure they're included in the locale bundles generated by RailsI18nWebpackPlugin * Join password strength feedback strings as sentences **Why**: So that they don't create a run-on sentence, since each string does not terminate as a full sentence * Generate password strength feedback only if password non-empty **Why**: So that the feedback matches the initial state on a new page load, per the expectation of LG-5461 * Add changelog changelog: Bug Fixes, Password Entry, Add missing messages for password strength feedback * Add specs for getFeedback
- Loading branch information
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters