This website requires JavaScript.
Explore
Help
Sign In
heckyel
/
mediagoblin
Watch
1
Star
0
Fork
0
You've already forked mediagoblin
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mediagoblin
/
mediagoblin
/
auth
History
Rodney Ewing
569873d8f0
changed occurances of form.data['whatever'] to form.whatever.data
...
Conflicts: mediagoblin/plugins/basic_auth/__init__.py mediagoblin/plugins/openid/__init__.py
2013-05-24 16:52:49 -07:00
..
__init__.py
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.
2013-05-24 16:52:49 -07:00
forms.py
moved forgot pw views to basic_auth plugin
2013-05-24 16:52:47 -07:00
routing.py
moved forgot pw views to basic_auth plugin
2013-05-24 16:52:47 -07:00
tools.py
changed occurances of form.data['whatever'] to form.whatever.data
2013-05-24 16:52:49 -07:00
views.py
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.
2013-05-24 16:52:49 -07:00