#1441 When admin resets a user's password with "ipa passwd" user's failed log in count is not reset
Closed: Fixed None Opened 12 years ago by rcritten.

https://bugzilla.redhat.com/show_bug.cgi?id=718062

Once a user has reached max failed login attempts, an admin should be able to reset the password with ipa passwd and this should reset the failed login counter back to 0. It is not resetting the counter

1. add a new user and set the user's password
2. kinit as the user and change the password
3. kinit as the user with an invalid password
4. kinit as admin and check the user's failure count.
   # ipa user-show --all <userid>

   should see "krbloginfailedcount: 1"
5. reset the user's password as an admin
   # ipa passwd <userid>
6. check the user's failure count.
   # ipa user-show --all <userid>

   should see "krbloginfailedcount: 0"

Metadata Update from @rcritten:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.1 - 2011/07

6 years ago

Login to comment on this ticket.

Metadata