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.
Options

Overwriting Signin URLS Not Taking (2.0.18.1)

mahoddermahodder New
edited November 2011 in Vanilla 2.0 - 2.8
I added these to config.php:

$Configuration['Garden']['Authenticator']['RegisterUrl'] = 'http://blahblah'; $Configuration['Garden']['Authenticator']['SignInUrl'] = 'etc'; $Configuration['Garden']['Authenticator']['SignOutUrl'] = 'etc';

Also tried changing it in config-defaults.php, cleared cache - just to see if that would work and it doesn't - always just shows the default login/logout/register URLS.

Is there another step?

Best Answer

  • Options
    LincLinc Detroit Admin
    Answer ✓
    That's the GuestModule; I believe you'd want to unset that from the Panel.

Answers

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    These configuration settings will are in the process of being deprecated and so will not work in most cases in Vanilla 2.0.18.
  • Options
    What's the new process?
  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    There is no new process. You can no longer do this.
  • Options
    If I change registration method to Connect then what's the best way to nix the whole Howdy, Stranger! box?
  • Options
    LincLinc Detroit Admin
    Answer ✓
    That's the GuestModule; I believe you'd want to unset that from the Panel.
  • Options
    This is what I added to my config.php for anyone else that needs it.

    $Configuration['Garden']['Modules']['ShowGuestModule'] = FALSE;
Sign In or Register to comment.