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

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

Answers

  • ToddTodd 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.
  • What's the new process?
  • ToddTodd Vanilla Staff
    There is no new process. You can no longer do this.
  • If I change registration method to Connect then what's the best way to nix the whole Howdy, Stranger! box?
  • LincLinc Admin
    Answer ✓
    That's the GuestModule; I believe you'd want to unset that from the Panel.
  • 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.