Browse Source

update password

Jan Behrens 3 years ago
parent
commit
59078ebdc9
2 changed files with 6 additions and 5 deletions
  1. 5 5
      .htaccess
  2. 1 0
      .htpasswd

+ 5 - 5
.htaccess

@@ -5,8 +5,8 @@ Allow from 141.52.24.0/24  # IKP
 Allow from 141.52.64.0/24  # IPE
 Allow from 127.0.0.0/8
 
-#AuthName "SDS status monitor"
-#AuthType Basic
-#AuthUserFile /opt/www/katrin.htpasswd
-#require valid-user
-#Satisfy Any
+AuthName "SDS status monitor"
+AuthType Basic
+AuthUserFile /var/www/html/.htpasswd
+require valid-user
+Satisfy Any

+ 1 - 0
.htpasswd

@@ -0,0 +1 @@
+katrin:$2y$05$zbjGhbvr3h9zXtPYljLM/u/Of4yhI4HtnCzaLpCqjECluP9crKInG