added Malcolm

This commit is contained in:
2021-08-06 10:35:01 +02:00
parent f043730066
commit 70f1922e80
751 changed files with 195277 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
; HTAdmin config file.
[application]
; Change this to customize your title:
app_title = Malcolm User Management
; htpasswd file
secure_path = ./config/htpasswd
; metadata file
metadata_path = ./config/metadata
; administrator user/password (htpasswd -b -c -B ...)
admin_user = vagrant
; username field quality checks
;
min_username_len = 4
max_username_len = 12
; Password field quality checks
;
min_password_len = 6
max_password_len = 20