diff options
author | Carlo <carlo@phpbbitalia.net> | 2014-07-15 19:36:35 +0200 |
---|---|---|
committer | Carlo <carlo@phpbbitalia.net> | 2014-07-15 19:36:35 +0200 |
commit | 81905158a14fee6148764a2745f6d7236c1be3c4 (patch) | |
tree | ed7c4b5c0761d5c563100475b7c05412065a024e /phpBB/adm/style | |
parent | fcf426ad5c21c0e1e32e2bc33a8fd0a330fbd273 (diff) | |
download | forums-81905158a14fee6148764a2745f6d7236c1be3c4.tar forums-81905158a14fee6148764a2745f6d7236c1be3c4.tar.gz forums-81905158a14fee6148764a2745f6d7236c1be3c4.tar.bz2 forums-81905158a14fee6148764a2745f6d7236c1be3c4.tar.xz forums-81905158a14fee6148764a2745f6d7236c1be3c4.zip |
[ticket/12814] Replace email type with text type
PHPBB3-12814
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/auth_provider_ldap.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/auth_provider_ldap.html b/phpBB/adm/style/auth_provider_ldap.html index 9e0567dfed..97684db396 100644 --- a/phpBB/adm/style/auth_provider_ldap.html +++ b/phpBB/adm/style/auth_provider_ldap.html @@ -22,7 +22,7 @@ </dl> <dl> <dt><label for="ldap_email">{L_LDAP_EMAIL}{L_COLON}</label><br /><span>{L_LDAP_EMAIL_EXPLAIN}</span></dt> - <dd><input type="email" id="ldap_email" size="40" name="config[ldap_email]" value="{AUTH_LDAP_EMAIL}" /></dd> + <dd><input type="text" id="ldap_email" size="40" name="config[ldap_email]" value="{AUTH_LDAP_EMAIL}" /></dd> </dl> <dl> <dt><label for="ldap_user">{L_LDAP_USER}{L_COLON}</label><br /><span>{L_LDAP_USER_EXPLAIN}</span></dt> |