mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-02 11:33:17 +00:00
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>