1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-20 06:44:41 +01:00
gitea/routers/user
6543 74a0481586
[Refactor] Passwort Hash/Set (#14282)
* move SaltGeneration into HashPasswort and rename it to what it does

* Migration: Where Password is Valid with Empty String delete it

* prohibit empty password hash

* let SetPassword("") unset pwd stuff
2021-01-10 20:05:18 +02:00
..
setting [Refactor] Passwort Hash/Set (#14282) 2021-01-10 20:05:18 +02:00
auth_openid.go
auth.go [Refactor] Passwort Hash/Set (#14282) 2021-01-10 20:05:18 +02:00
avatar.go
home_test.go
home.go Check permission for the appropriate unit type (#14261) 2021-01-06 07:07:58 +02:00
main_test.go
notification.go
oauth.go Minimal OpenID Connect implementation (#14139) 2021-01-02 00:33:27 +08:00
profile.go rework heatmap permissions (#14080) 2020-12-22 03:53:37 +01:00
task.go