diff options
-rw-r--r-- | templates/patchwork/pwclientrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc index 7aaf346..59dd61c 100644 --- a/templates/patchwork/pwclientrc +++ b/templates/patchwork/pwclientrc @@ -6,10 +6,9 @@ [base] url: http://{{site.domain}}{% url django_xmlrpc.views.handle_xmlrpc %} project: {{ project.linkname }} -{% comment %} + {% if user.is_authenticated %} [auth] user: {{ user.username }} password: <add your patchwork password here> {% endif %} -{% endcomment %} |