added a register_user function to be able to use in a plugin's register view, and...
authorRodney Ewing <ewing.rj@gmail.com>
Mon, 20 May 2013 18:48:40 +0000 (11:48 -0700)
committerRodney Ewing <ewing.rj@gmail.com>
Fri, 24 May 2013 23:52:49 +0000 (16:52 -0700)
commit5784c12d7912fbf415995c737ed0f7afad02e7e0
tree33b780d1ba67b31a3b5bca35ecf3314607350c94
parentc94316bff4ad360e99a336889a76d8e75247885c
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.
mediagoblin/auth/tools.py
mediagoblin/auth/views.py