Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ldap loginname (#18789) (#18804) | Lunny Xiao | 2022-02-22 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | * Use email_address table to check user's email when login with email adress * Update services/auth/signin.go * Fix test * Fix test * Fix logging in with ldap username != loginname * Fix if user does not exist yet * Make more clear this is loginName * Fix formatting Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Johan Van de Wauw <johan@gisky.be> Co-authored-by: zeripath <art27@cantab.net> | ||||
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 1 | -2/+2 |
| | |||||
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 1 | -3/+3 |
| | |||||
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -0/+355 |
* Move user related model into models/user * Fix lint for windows * Fix windows lint * Fix windows lint * Move some tests in models * Merge |