Skip to content

Update password reset task and docs

Drew Blessing requested to merge dblessing_pw_reset_clear_automatic_attr into master

What does this MR do and why?

Update password reset task and docs

Users that are provisioned via OmniAuth have their passwords automatically set and the password_automatically_set attribute is set to true to prevent sign-in via that random password. If an admin resets a user's password via the Rails console or Rake task and this attribute isn't set to false, the user will still be unable to sign in with that password. This change updates these two processes.

Related to #408162 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading