Rodney Ewing
|
0ccc722ddc
Merge branch 'pre-auth' into basic_auth
|
11 years ago |
Rodney Ewing
|
f855efff87
moved fp_verification_email to auth/tools
|
11 years ago |
Rodney Ewing
|
117a27a3aa
created a check_login_simple function
|
11 years ago |
Rodney Ewing
|
68cc79eb4a
added a register_user function
|
11 years ago |
Rodney Ewing
|
c6e46c6bd9
moved send_verification_email to auth/tools
|
11 years ago |
Rodney Ewing
|
3b8c733b98
no need for check_login with the new check_login_simple function
|
11 years ago |
Rodney Ewing
|
3bcdc49088
renamed lib to tools
|
11 years ago |
Rodney Ewing
|
cdc6b571e3
cleanup after merge
|
11 years ago |
Rodney Ewing
|
bcd10ad663
Merge branch 'pre-auth' into basic_auth
|
11 years ago |
Rodney Ewing
|
1d321f1c71
created a check_login_simple function
|
11 years ago |
Rodney Ewing
|
310a44d57c
added a register_user function
|
11 years ago |
Rodney Ewing
|
92783bc1fd
moved send_verification_email to auth/tools
|
11 years ago |
Rodney Ewing
|
f339b76a4e
moving forgot_password views back to gmg/auth and cleanup
|
11 years ago |
Rodney Ewing
|
569873d8f0
changed occurances of form.data['whatever'] to form.whatever.data
|
11 years ago |
Rodney Ewing
|
5784c12d79
added a register_user function to be able to use in a plugin's register view, and modified auth/views.register to redirect to openid/register if appropriate.
|
11 years ago |
Rodney Ewing
|
c3e3882e39
modified auth/__init__ hooks to work better with multiple plugins. Removed auth/lib.py. And added a basic_extra_verification function that all plugins will use.
|
11 years ago |
Rodney Ewing
|
c9dec8b3cc
log a previously logged in user when switched to no_auth mode
|
11 years ago |
Rodney Ewing
|
f644293ea8
changed from sys.exit() to raise AuthError for handling no_auth=false in config and no auth plugin present
|
11 years ago |
Rodney Ewing
|
f65615eaf9
renamed hook as to no conflict with existing hook names
|
11 years ago |
Rodney Ewing
|
744f1c83b9
add a check for authentication plugin on startup and respond according to no_auth config option. allows instance to be run w/o authentication
|
11 years ago |
Rodney Ewing
|
7cb7653c64
moved normalize_user_or_email_field to auth/tools.py from auth/forms.py
|
11 years ago |