From fcb103c9d3dc4dc32e568620955ad138386640cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Fri, 18 Oct 2013 15:11:53 +0200 Subject: [PATCH] MDL-42208 prevent autocompletion in auth configs --- auth/cas/config.html | 2 +- auth/db/config.html | 2 +- auth/fc/config.html | 2 +- auth/ldap/config.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auth/cas/config.html b/auth/cas/config.html index ff9c8636aa8..13c29899dc1 100644 --- a/auth/cas/config.html +++ b/auth/cas/config.html @@ -321,7 +321,7 @@ if (!ldap_paged_results_supported($config->ldap_version)) { - + error_text($err['bind_pw']); } ?> diff --git a/auth/db/config.html b/auth/db/config.html index 6ae71405b9a..9366967b048 100644 --- a/auth/db/config.html +++ b/auth/db/config.html @@ -124,7 +124,7 @@ - + - + error_text($err["passwd"]); ?> diff --git a/auth/ldap/config.html b/auth/ldap/config.html index 0b5de31d127..7c0593773d0 100644 --- a/auth/ldap/config.html +++ b/auth/ldap/config.html @@ -227,7 +227,7 @@ if (!ldap_paged_results_supported($config->ldap_version)) { - + error_text($err['bind_pw']); } ?>