ansible/awx

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

開放

#15,766 建立於 2025年1月23日

 (5 則留言) (0 個反應) (0 位負責人)Python (3,333 個分叉)batch import
communitygood first issuehelp wantedtype:enhancement

倉庫指標

星標
 (13,071 顆星)
PR 合併指標
 (平均合併 24天 6小時) (30 天內合併 30 個 PR)

描述

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

貢獻者指南