Revision c13d8a49
Added by Jim Pingle over 1 year ago
src/etc/inc/auth.inc | ||
---|---|---|
304 | 304 |
|
305 | 305 |
if (isset($userindex[$name])) { |
306 | 306 |
return $config['system']['user'][$userindex[$name]]; |
307 |
} elseif ($authcfg['type'] != "Local Database") {
|
|
307 |
} elseif ($authcfg['type'] != "Local Auth") {
|
|
308 | 308 |
$user = array(); |
309 | 309 |
$user['name'] = $name; |
310 | 310 |
return $user; |
Also available in: Unified diff
Fix local auth type match. Issue #15266