summaryrefslogtreecommitdiffstats
path: root/cmd/admin_user.go
Commit message (Collapse)AuthorAgeFilesLines
* Add command to bulk set must-change-password (#22823) (#22928)zeripath2023-02-161-0/+21
Backport #22823 As part of administration sometimes it is appropriate to forcibly tell users to update their passwords. This PR creates a new command `gitea admin user must-change-password` which will set the `MustChangePassword` flag on the provided users. --------- Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Jason Song <i@wolfogre.com>