Addons are custom features that you can add to your Vanilla forum. Addons are created by our community of developers and people like you!
These addons are for people who downloaded and set up their own Vanilla forum. Compare your downloaded version with the version requirements on the right.
If your Vanilla forum is hosted at VanillaForums.com, this addon may already be installed there.
UnsureThe community has said nothing.
No stable versions found! |
---|
0.1.8b | December 2013 |
0.1.7b | August 2013 |
0.1.6b | August 2013 |
Forces sign in with the first available provider
Special thanks to KyleIrving (www.kyle-irving.co.uk) for making this happen.
Notes
tested on 2.0.18, 2.1
requires jsConnect, no longer requires guest module
forum sign out can be replaced with your provider's sign out. e.g. by setting
$Configuration['Garden']['Authenticator']['SignOutUrl']
then add to conf/bootstrap.before.php (create the file if necessary)
<?php if (!defined('APPLICATION')) exit(); function SignOutUrl($Target = '') { $SignOutUrl = C('Garden.Authenticator.SignOutUrl','/signout/{Session_TransientKey}?Target=%2$s'); $SignOutUrl = FormatString($SignOutUrl,array('Session_TransientKey'=>Gdn::Session()->TransientKey())); $SignOutUrl = sprintf($SignOutUrl,($Target ? '&Target='.urlencode($Target) : '')); return $SignOutUrl; }
Set
$Configuration['Plugins']['jsconnectAutoSignIn']['HideConnectButton'] = TRUE; $Configuration['Plugins']['jsconnectAutoSignIn']['HideSignIn'] = TRUE;
if you want to hide those