-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
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