1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-06-15 17:28:22 +08:00
Commit Graph

1 Commits

Author SHA1 Message Date
aa1d95300a Add command to bulk set must-change-password ()
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>
2023-02-14 16:12:19 -06:00