gitea/cmd
zeripath 8e8e8ee150
Whenever the password is updated ensure that the hash algorithm is too () ()
Backport 

`user.HashPassword` may potentially - and in fact now likely does - change
the `passwd_hash_algo` therefore whenever the `passwd` is updated, this
also needs to be updated.

Fix 

Thanks @fblaese for the hint

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
admin.go Whenever the password is updated ensure that the hash algorithm is too () ()
admin_auth_ldap.go Add restricted user filter to LDAP authentication ()
admin_auth_ldap_test.go Add restricted user filter to LDAP authentication ()
cert.go Add golangci ()
cmd.go Move database settings from models to setting ()
convert.go Move database settings from models to setting ()
doctor.go Add command to recreate tables ()
dump.go Add default storage configurations ()
embedded.go Implement "embedded" command to extract static resources ()
embedded_stub.go Implement "embedded" command to extract static resources ()
generate.go TrimSpace when reading InternalToken from a file ()
hook.go Move update-server-info to hooks ()
keys.go Add debug option to serv to help debug problems ()
manager.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line ()
migrate.go Graceful: Xorm, RepoIndexer, Cron and Others ()
migrate_storage.go Avatars and Repo avatars support storing in minio ()
serv.go Add ssh certificate support ()
web.go Refactor use TrimSuffix instead of TrimRight ()
web_graceful.go Graceful: Xorm, RepoIndexer, Cron and Others ()