New issue
Advanced search Search tips

Issue 676807 link

Starred by 4 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Fix password errors for password change

Project Member Reported by rsorokin@chromium.org, Dec 23 2016

Issue description

.
 
Components: Enterprise
Labels: Enterprise-Triaged
Roman, could you please explain this in a way that can be understood by other people using the bug tracker?
I guess I meant errors during changing expiring password. Like "The password is too short" etc.

Comment 5 by tnagel@chromium.org, Jan 19 2017

Summary: Fix password errors for password change (was: Fix password error for online reauth)
Message looks like:
    "Password for user@realm:"
    "Password expired.  You must change it now.\n"
    "Enter new password:\n"
    "Enter it again:\n"
    "Password change rejected: The password must include numbers or symbols.  "
    "Don't include any part of your name in the password.  The password must "
    "contain at least 7 characters.  The password must be different from the "
    "previous 24 passwords.  The password can only be changed once a day..  "
    "Please try again.";
Kinit list all possible reasons at once. Maybe we could parse numbers (e.g. 7 characters) and pass it to UI
Labels: Pri-3
Labels: -M-57

Sign in to add a comment