3 lines
84 B
Text
3 lines
84 B
Text
% for user, password in users.items():
|
|
${password.as_htpasswd_entry(user)}
|
|
% endfor
|