From 3f3de06145524270af358f318e9bd54582b7d012 Mon Sep 17 00:00:00 2001 From: Ronan Date: Sun, 1 Aug 2021 12:00:18 +0200 Subject: [PATCH] Passwords for admin page updated --- admin/.htaccess | 5 +++++ admin/admin/.htaccess | 5 +++++ admin/webmaster/.htaccess | 5 +++++ includes/pass/.htpass_admin | 4 ++-- includes/pass/.htpass_gda | 6 +++--- includes/pass/.htpass_webmaster | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 admin/.htaccess create mode 100644 admin/admin/.htaccess create mode 100644 admin/webmaster/.htaccess 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