We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b4dfc commit 4cfe8e3Copy full SHA for 4cfe8e3
action/login.php
@@ -40,7 +40,8 @@ public function __construct()
40
public function register(EventHandler $controller)
41
{
42
global $conf;
43
- if ($conf['authtype'] != 'oauth') return;
+ if (! (($conf['authtype'] == 'oauth')
44
+ or ($conf['authtype'] == 'authsplit' and $conf['plugin']['authsplit']['primary_authplugin'] == 'oauth'))) return;
45
46
$conf['profileconfirm'] = false; // password confirmation doesn't work with oauth only users
47
0 commit comments