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

Add option to force the user to reset its password at first login #15766

Open
6 of 9 tasks
Falltrades opened this issue Jan 23, 2025 · 0 comments
Open
6 of 9 tasks

Add option to force the user to reset its password at first login #15766

Falltrades opened this issue Jan 23, 2025 · 0 comments

Comments

@Falltrades
Copy link

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.

Feature type

New Feature

Feature Summary

We are creating users with the awx.awx.user module. For user creation, it is required to input a password and not leave it blank, so let's say we are putting a dummy password, the same for all users in our code. Users are created nicely but then, we would like an option to force users to reset their passwords at first login. And somehow after some search, we were surprised that this option seems missing.

Maybe we really missed it somewhere and the option already exists. In this case, kindly shows us where it is.

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Steps to reproduce

Create user with some password (by UI, API or anything else).

Current results

User is created and can login with the specified password but is not forced to reset its password.

Sugested feature result

An option like : force reset password at first login to enable or not.

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant