fix lint
This commit is contained in:
@@ -123,7 +123,8 @@ permissions: RrWw""")
|
||||
with open(htpasswd_file_path, "w", encoding=encoding) as f:
|
||||
f.write("owner:ownerpw\nuser:userpw")
|
||||
|
||||
self.configure({"auth": {"type": "htpasswd",
|
||||
self.configure({
|
||||
"auth": {"type": "htpasswd",
|
||||
"htpasswd_filename": htpasswd_file_path,
|
||||
"htpasswd_encryption": "plain"},
|
||||
"rights": {"type": "owner_only"},
|
||||
|
||||
Reference in New Issue
Block a user