Passwortschutz
This commit is contained in:
parent
ccf1981a47
commit
81be92261c
1
.htpasswd
Normal file
1
.htpasswd
Normal file
@ -0,0 +1 @@
|
||||
admin:$2y$10$JmET.FCeLoUu26obV9fuw.i2BUWU6VH6yF2PAcXF1gSlgxEpoCogG
|
4
static/.htaccess
Normal file
4
static/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
AuthType Basic
|
||||
AuthName "Protected Site"
|
||||
AuthUserFile ../.htpasswd
|
||||
require valid-user
|
Loading…
x
Reference in New Issue
Block a user