mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
[ticket/9388] Display only the settings for the auth method that's selected.
PHPBB3-9388
This commit is contained in:
@@ -406,6 +406,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username. Apache authentication can only be used with mod_php (not with a CGI version) and safe_mode disabled.',
|
||||
|
||||
'LDAP' => 'LDAP',
|
||||
'LDAP_DN' => 'LDAP base <var>dn</var>',
|
||||
'LDAP_DN_EXPLAIN' => 'This is the Distinguished Name, locating the user information, e.g. <samp>o=My Company,c=US</samp>.',
|
||||
'LDAP_EMAIL' => 'LDAP email attribute',
|
||||
|
Reference in New Issue
Block a user