no need for user might be email kwarg in check_login_simple
[mediagoblin.git] / mediagoblin / auth / tools.py
2013-05-27 Rodney Ewingno need for user might be email kwarg in check_login_simple
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-27 Rodney Ewingmoved fp_verification_email to auth/tools
2013-05-27 Rodney Ewingcreated a check_login_simple function
2013-05-27 Rodney Ewingadded a register_user function
2013-05-27 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-27 Rodney Ewingno need for check_login with the new check_login_simple...
2013-05-27 Rodney Ewingrenamed lib to tools
2013-05-27 Rodney Ewingcleanup after merge
2013-05-27 Rodney EwingMerge branch 'pre-auth' into basic_auth
2013-05-25 Rodney Ewingcreated a check_login_simple function
2013-05-25 Rodney Ewingadded a register_user function
2013-05-25 Rodney Ewingmoved send_verification_email to auth/tools
2013-05-25 Rodney Ewingmoving forgot_password views back to gmg/auth and cleanup
2013-05-24 Rodney Ewingchanged occurances of form.data['whatever'] to form...
2013-05-24 Rodney Ewingadded a register_user function to be able to use in...
2013-05-24 Rodney Ewingmodified auth/__init__ hooks to work better with multip...
2013-05-24 Rodney Ewinglog a previously logged in user when switched to no_aut...
2013-05-24 Rodney Ewingchanged from sys.exit() to raise AuthError for handling...
2013-05-24 Rodney Ewingrenamed hook as to no conflict with existing hook names
2013-05-24 Rodney Ewingadd a check for authentication plugin on startup and...
2013-05-23 Rodney Ewingmoved normalize_user_or_email_field to auth/tools.py...