Skip to content

Commit 06c10ff

Browse files
committed
Changed the default setting for the htpasswd binary path.
- Legacy-Id: 12110
1 parent 79e888a commit 06c10ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def skip_unreadable_post(record):
583583

584584
# Account settings
585585
DAYS_TO_EXPIRE_REGISTRATION_LINK = 3
586-
HTPASSWD_COMMAND = "/usr/bin/htpasswd2"
586+
HTPASSWD_COMMAND = "/usr/bin/htpasswd"
587587
HTPASSWD_FILE = "/www/htpasswd"
588588

589589
# Generation of bibxml files for xml2rfc

0 commit comments

Comments
 (0)