bunkerweb/confs2/site/htpasswd
2021-05-25 12:18:40 +02:00

4 lines
107 B
Plaintext

{% if USE_AUTH_BASIC == "yes" %}
{{ AUTH_BASIC_USER }}:{{ sha512_crypt(AUTH_BASIC_PASSWORD) }}
{% endif %}