summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/patchwork/pwclientrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/patchwork/pwclientrc b/templates/patchwork/pwclientrc
index 79a0f3b..5fb1f47 100644
--- a/templates/patchwork/pwclientrc
+++ b/templates/patchwork/pwclientrc
@@ -6,9 +6,10 @@
[base]
url: http://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %}
project: {{ project.linkname }}
-
{% if user.is_authenticated %}
+# Adding authentication parameters will allow you to use the 'update'
+# command on patches that you are allowed to edit.
[auth]
-user: {{ user.username }}
+username: {{ user.username }}
password: <add your patchwork password here>
{% endif %}