ansible/awx

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

Open

#15,766 opened on 2025年1月23日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)Python (13,071 stars) (3,333 forks)batch import
communitygood first issuehelp wantedtype:enhancement

説明

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

コントリビューターガイド