aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/list.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix some slice problems (incorrect slice length) (#19592)Lunny Xiao2022-05-031-1/+1
|
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that ↵65432022-03-021-6/+20
| | | | case (#18897)
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
|
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-0/+69
* Move more model into models/user * Remove unnecessary comment Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>