diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/bcd/templates/htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bcd/templates/htaccess b/modules/bcd/templates/htaccess index 63631312..4c4cbfb3 100644 --- a/modules/bcd/templates/htaccess +++ b/modules/bcd/templates/htaccess @@ -1,5 +1,5 @@ AuthUserFile <%= bcd_home %>/public_html/.htpasswd AuthGroupFile /dev/null -AuthName "Restricted acces! For a RSYNC account, please mail your 'Mageia Identity' login to dams@mageia.org" +AuthName "Restricted access! For the password, please contact the QA team ( http://wiki.mageia.org/en/QA_Team )" AuthType Basic require valid-user |