freeipa-webui icon indicating copy to clipboard operation
freeipa-webui copied to clipboard

Current password field is required when a user changes their password

Open miskopo opened this issue 9 months ago • 0 comments

Reproducer:

  • login as a user (e.g. admin)
  • in logged-in user's details, bottom kebab menu, click on Reset password
  • provide a new password
  • click on Reset Password

Actual behaviour: image

Cause: When a user is changing their own password, argument current_password is required [1]

Note: The field current_password is not required when an admin is changing other user's passwords.

[1] https://freeipa.readthedocs.io/en/latest/api/passwd.html

miskopo avatar May 15 '24 08:05 miskopo