Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | modified auth/__init__ hooks to work better with multiple plugins. Removed ↵ | Rodney Ewing | 2013-05-24 | 1 | -3/+62 | |
| | | | | | | | | auth/lib.py. And added a basic_extra_verification function that all plugins will use. | |||||
* | | log a previously logged in user when switched to no_auth mode | Rodney Ewing | 2013-05-24 | 1 | -0/+6 | |
| | | ||||||
* | | changed from sys.exit() to raise AuthError for handling no_auth=false in ↵ | Rodney Ewing | 2013-05-24 | 1 | -4/+10 | |
| | | | | | | | | config and no auth plugin present | |||||
* | | renamed hook as to no conflict with existing hook names | Rodney Ewing | 2013-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | add a check for authentication plugin on startup and respond according to ↵ | Rodney Ewing | 2013-05-24 | 1 | -0/+22 | |
|/ | | | | no_auth config option. allows instance to be run w/o authentication | |||||
* | moved normalize_user_or_email_field to auth/tools.py from auth/forms.py | Rodney Ewing | 2013-05-23 | 1 | -0/+50 | |