mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added htpasswd integration functions Adding an operator can now add a freepbx extension and/or a password for apache htpasswd authentication Adding a client can now add a password for apache htpasswd authentication Updated template for ACSPRI Added .htaccess files by default
6 lines
156 B
ApacheConf
6 lines
156 B
ApacheConf
AuthType Basic
|
|
AuthName "queXS CATI: Authentication Required"
|
|
AuthUserFile /var/opt/quexs/htpasswd
|
|
AuthGroupFile /var/opt/quexs/htgroup
|
|
require group admin
|