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.
Overwriting Signin URLS Not Taking (2.0.18.1)
mahodder
New
I added these to config.php:
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?
$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?
Tagged:
0
Answers
$Configuration['Garden']['Modules']['ShowGuestModule'] = FALSE;