diff --git a/admin/.htaccess b/admin/.htaccess new file mode 100644 index 0000000..756a688 --- /dev/null +++ b/admin/.htaccess @@ -0,0 +1,5 @@ +AuthName "MDP ?" +AuthType Basic +AuthUserFile /home_clubs/accueil_insa/public_html/includes/pass/.htpass_gda +require valid-user + diff --git a/admin/admin/.htaccess b/admin/admin/.htaccess new file mode 100644 index 0000000..f4d9753 --- /dev/null +++ b/admin/admin/.htaccess @@ -0,0 +1,5 @@ +AuthName "MDP ?" +AuthType Basic +AuthUserFile /home_clubs/accueil_insa/public_html/includes/pass/.htpass_admin +require valid-user + diff --git a/admin/webmaster/.htaccess b/admin/webmaster/.htaccess new file mode 100644 index 0000000..a370781 --- /dev/null +++ b/admin/webmaster/.htaccess @@ -0,0 +1,5 @@ +AuthName "MDP ?" +AuthType Basic +AuthUserFile /home_clubs/accueil_insa/public_html/includes/pass/.htpass_webmaster +require valid-user + diff --git a/includes/pass/.htpass_admin b/includes/pass/.htpass_admin index 6488628..6cf0e0b 100755 --- a/includes/pass/.htpass_admin +++ b/includes/pass/.htpass_admin @@ -1,2 +1,2 @@ -Webmaster:$apr1$6ojl8f0i$.vMIf.RsGYz1up2t.hw5i0 -Admin:$apr1$ov3dki5b$1OSSa5Atl5IQAy3c9GqY61 +Webmaster:$1$fpEA8lao$U/5BLYxlBEHtt9MxriZYi0 +Admin:$1$qk/23AJp$uTmfYMGTQOKeumdAJ0tCP0 diff --git a/includes/pass/.htpass_gda b/includes/pass/.htpass_gda index 69a927f..3b67f3b 100755 --- a/includes/pass/.htpass_gda +++ b/includes/pass/.htpass_gda @@ -1,3 +1,3 @@ -Webmaster:$apr1$6ojl8f0i$.vMIf.RsGYz1up2t.hw5i0 -Admin:$apr1$ov3dki5b$1OSSa5Atl5IQAy3c9GqY61 -GDA:$apr1$a9entdxg$x4/MeRH5aUezdXfzwCHpW. +Webmaster:$1$fpEA8lao$U/5BLYxlBEHtt9MxriZYi0 +Admin:$1$qk/23AJp$uTmfYMGTQOKeumdAJ0tCP0 +GDA:$1$mTVic0JN$ucFxKDNh/FwtYiezJpXBU1 \ No newline at end of file diff --git a/includes/pass/.htpass_webmaster b/includes/pass/.htpass_webmaster index 6ab84a2..ce617b5 100755 --- a/includes/pass/.htpass_webmaster +++ b/includes/pass/.htpass_webmaster @@ -1 +1 @@ -Webmaster:$apr1$6ojl8f0i$.vMIf.RsGYz1up2t.hw5i0 +Webmaster:$1$fpEA8lao$U/5BLYxlBEHtt9MxriZYi0 \ No newline at end of file