Make OpenID login and registration URLs work
The OpenID login and registration URLs were not generating correctly. I added them to the list of "bare" actions in the router class, and they work great now.
This commit is contained in:
parent
0570c16e6c
commit
22742c3b72
@ -50,7 +50,8 @@ class Router
|
||||
var $m = null;
|
||||
static $inst = null;
|
||||
static $bare = array('requesttoken', 'accesstoken', 'userauthorization',
|
||||
'postnotice', 'updateprofile', 'finishremotesubscribe');
|
||||
'postnotice', 'updateprofile', 'finishremotesubscribe',
|
||||
'finishopenidlogin', 'finishaddopenid');
|
||||
|
||||
static function get()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user