summaryrefslogtreecommitdiffstats
path: root/models/migrations/v166.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused commit (#14741)Lunny Xiao2021-02-201-5/+3
| | | | | | | | | * Remove unused commit * a small nit Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: a1012112796 <1012112796@qq.com>
* [Refactor] Passwort Hash/Set (#14282)65432021-01-101-0/+115
* 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