-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Added support for password expiration feature #713 #724
Conversation
298e847
to
cecc6c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please see my comment below.
i18n/en.po
Outdated
@@ -517,6 +517,10 @@ msgstr "Login successful" | |||
msgid "LOGOUT_SUCCESS" | |||
msgstr "Logout successful" | |||
|
|||
#: client/components/status/status.js:119 | |||
msgid "PASSWORD_EXPIRED" | |||
msgstr "Your password has expired, please change your password." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msgstr "Your password has expired, please change your password." | |
msgstr "Your password has expired, please update it." |
Please port the changes to the other languages using google translate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be ready, waiting for the PRs depended upon to be merged.
Closes #713
Blockers