CTFd/tests/oauth
Kevin Chung 578b5261b2
Deprecates storing user type in session (#1323)
* Deprecates storing session["type"] as a means of referring to the user's current level. Instead you should refer to the database.
* Adds `CTFd.utils.user.get_current_user_type()` to get the current user's type or return None if the user is unauthed. 
* Closes #1279
2020-04-15 03:04:18 -04:00
..
__init__.py Block new user registration if registering via MLC (#840) 2019-01-19 16:00:29 -05:00
test_redirect.py Deprecates storing user type in session (#1323) 2020-04-15 03:04:18 -04:00
test_teams.py 2.3.0 (#1248) 2020-02-17 02:17:25 -05:00