1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-18 06:14:53 +01:00
gitea/cmd
zeripath aa1d95300a
Add command to bulk set must-change-password (#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>
2023-02-14 16:12:19 -06:00
..
admin_auth_ldap_test.go
admin_auth_ldap.go
admin_user_change_password.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_create.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_delete.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_generate_access_token.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_list.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user_must_change_password.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin_user.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
admin.go Add command to bulk set must-change-password (#22823) 2023-02-14 16:12:19 -06:00
cert.go
cmd.go
convert.go
docs.go
doctor.go
dump_repo.go
dump.go
embedded_stub.go
embedded.go
generate.go
hook_test.go
hook.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
keys.go
mailer.go
main_test.go
manager_logging.go
manager.go
migrate_storage_test.go
migrate_storage.go
migrate.go
restore_repo.go
serv.go
web_acme.go
web_graceful.go
web_https.go
web.go