Customize the login button message to clarify which account details to use
This commit is contained in:
parent
f951c616cf
commit
a6f397e4ea
@ -178,6 +178,7 @@ wfLoadExtension( 'PluggableAuth' );
|
|||||||
wfLoadExtension( 'LDAPProvider' );
|
wfLoadExtension( 'LDAPProvider' );
|
||||||
wfLoadExtension( 'LDAPUserInfo' );
|
wfLoadExtension( 'LDAPUserInfo' );
|
||||||
wfLoadExtension( 'LDAPAuthentication2' );
|
wfLoadExtension( 'LDAPAuthentication2' );
|
||||||
|
$wgPluggableAuth_ButtonLabel = "Log in with CMS Network Resources Account";
|
||||||
$LDAPProviderDomainConfigProvider = function() use ($secrets) {
|
$LDAPProviderDomainConfigProvider = function() use ($secrets) {
|
||||||
$config = [
|
$config = [
|
||||||
'CMS' => [
|
'CMS' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user