Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Default login/register method?

I've installed a plugin to allow logins through Steam's OpenID service (http://vanillaforums.org/addon/steamsignin-plugin), and really interested in making it the default login/registration method. I don't necessarily care if other methods are disabled, but I'd really like if all the login/register links went through it. Is there any easy way to change this?

Running 2.3a1 if this changes the approach any.

Comments

  • lifeisfoolifeisfoo ✭✭✭

    You can add/edit this line in your conf/config.php:

    $Configuration['Garden']['Authenticator']['RegisterUrl'] = '/entry/register?Target=%2$s';
    

    Try changing the url with steam login page (does it exists?).

    There was an error rendering this rich post.

  • digiwthdigiwth New
    edited April 2013

    @lifeisfoo said:
    You can add/edit this line in your conf/config.php:

    $Configuration['Garden']['Authenticator']['RegisterUrl'] = '/entry/register?Target=%2$s';
    

    Try changing the url with steam login page (does it exists?).

    I've tried changing this to /entry/openid?url=http%3A%2F%2Fsteamcommunity.com%2Fopenid&Target=%2F (the url the button it adds goes to), but seemingly has no effect on where the register hyperlink takes me.

  • lifeisfoolifeisfoo ✭✭✭

    There is also this:

    $Configuration['Garden']['Authenticator']['SignInUrl']  = '/entry/signin?Target=%2$s'
    

    There was an error rendering this rich post.

Sign In or Register to comment.