summaryrefslogtreecommitdiffstats
path: root/templates/patchwork
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-09 09:37:05 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-09 09:37:05 +1000
commit7ac91d3a79469fbb4db4bfd8d4a2fec923e09edc (patch)
tree982505cd1a1645f5ecdfd1bfd38cdbbbca788a09 /templates/patchwork
parent098841789b2bb1bfe4b32408797d5761f538c6bb (diff)
downloadpatchwork-7ac91d3a79469fbb4db4bfd8d4a2fec923e09edc.tar.bz2
patchwork-7ac91d3a79469fbb4db4bfd8d4a2fec923e09edc.tar.xz
Enable [auth] setion in pwclientrc template
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'templates/patchwork')
-rw-r--r--templates/patchwork/pwclientrc3
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 %}