gitea/routers/admin
Maxim Tkachenko db657192d0 Password Complexity Checks ()
Add password complexity checks. The default settings require a lowercase, uppercase, number and a special character within passwords.

Co-Authored-By: T-M-A <maxim.tkachenko@gmail.com>
Co-Authored-By: Lanre Adelowo <adelowomailbox@gmail.com>
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-Authored-By: Lauris BH <lauris@nix.lv>
..
admin.go Move all mail related codes from models to services/mailer ()
admin_test.go Shadow the password on cache and session config on admin panel ()
auths.go Use gitea forked macaron ()
hooks.go Implement Default Webhooks ()
main_test.go Force user to change password ()
notice.go Use gitea forked macaron ()
orgs.go Show private organization for admin, fix ()
repos.go fix ()
users.go Password Complexity Checks ()
users_test.go Use gitea forked macaron ()