By default, display password form only for LDAP and DBI authentication modules

environments/ppa-mbqj77/deployments/1
Clément Oudot 15 years ago
parent 1bb95ecc48
commit 978a354970
  1. 6
      modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/_Struct.pm

@ -243,7 +243,7 @@ sub struct {
],
portalDisplayLogout => 'text:/portalDisplayLogout',
portalDisplayResetPassword =>
'text:/portalDisplayResetPassword',
'bool:/portalDisplayResetPassword',
portalDisplayChangePassword =>
'text:/portalDisplayChangePassword',
portalDisplayAppslist => 'text:/portalDisplayAppslist',
@ -1539,6 +1539,10 @@ sub defaultConf {
portal => 'http://auth.example.com',
portalSkin => 'pastel',
portalUserAttr => '_user',
portalDisplayAppslist => '1',
portalDisplayChangePassword => '$_auth eq LDAP or $_auth eq DBI',
portalDisplayLogout => '1',
portalDisplayResetPassword => '1',
protection => 'none',
remoteGlobalStorage => 'Lemonldap::NG::Common::Apache::Session::SOAP',
securedCookie => '0',

Loading…
Cancel
Save