renamed hook as to no conflict with existing hook names

This commit is contained in:
Rodney Ewing
2013-05-15 13:24:43 -07:00
parent 5b6923ab84
commit f65615eaf9
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ def auth():
hooks = {
'setup': setup_plugin,
'auth': auth,
'authentication': auth,
'auth_check_login': check_login,
'auth_get_user': get_user,
'auth_create_user': create_user,