1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-20 14:44:27 +00:00
Moritz Heiber 7e12aac61c Only allow token authentication with 2FA enabled (#2184)
* Don't allow for plain username/password authentication when 2FA is enabled

* Removed debugging statement

* Don't assume a token belongs to a given user, handle two-factor errors properly

* Simplified user/token matching, refactored error handling for two-factor authentication

* Change authentication response to avoid bruteforcing

* Add TODO item as a comment for changing the response for security purposes
2017-07-26 15:33:16 +08:00
..
2017-01-28 23:14:56 +01:00
2017-03-30 19:11:58 -03:00
2017-05-24 14:01:02 +08:00
2017-05-29 02:17:15 -05:00