Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moving forgot_password views back to gmg/auth and cleanup | Rodney Ewing | 2013-05-24 | 1 | -1/+30 |
* | changed occurances of form.data['whatever'] to form.whatever.data | Rodney Ewing | 2013-05-24 | 1 | -2/+2 |
* | added a register_user function to be able to use in a plugin's register view,... | Rodney Ewing | 2013-05-24 | 1 | -0/+33 |
* | modified auth/__init__ hooks to work better with multiple plugins. Removed au... | Rodney Ewing | 2013-05-24 | 1 | -3/+62 |
* | 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 conf... | Rodney Ewing | 2013-05-24 | 1 | -4/+10 |
* | 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 no_... | Rodney Ewing | 2013-05-24 | 1 | -0/+22 |
* | moved normalize_user_or_email_field to auth/tools.py from auth/forms.py | Rodney Ewing | 2013-05-23 | 1 | -0/+50 |