Skip to content
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

Output polluted when resetting a user password via occ and it does not fit the password policy #48

Open
davitol opened this issue Jul 13, 2018 · 4 comments
Labels
bug Something isn't working p4-low
Milestone

Comments

@davitol
Copy link
Contributor

davitol commented Jul 13, 2018

Steps

  1. Login as admin
  2. Enable rule password must be different than your previous 3 passwords
  3. Create a user "user1" with password "pwd"
  4. Login as "user1"
  5. Run ./occ user:resetpassword user1 and set the same password "pwd"

screen shot 2018-07-13 at 09 23 07

screen shot 2018-07-13 at 08 44 01

@davitol davitol added the bug Something isn't working label Jul 13, 2018
@phil-davis
Copy link
Contributor

Yes, other commands output just a message, like the red part. It would be nice not to have the line 33 line 67 stuff.

@PVince81
Copy link
Contributor

on the other, if we do it like on Linux, an admin is allowed to set passwords that don't match the rules but get only a warning

@PVince81
Copy link
Contributor

does user management let the admin set passwords from history ?

@PVince81 PVince81 added this to the backlog milestone Jul 13, 2018
@phil-davis
Copy link
Contributor

No, it gives back the same messages - enforces password policies (length...) and history. Although the admin should be very unlikely in practice to "accidentally" set a new password for a user that happens to be one of the user's old passwords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p4-low
Projects
None yet
Development

No branches or pull requests

3 participants