From 13f4232358785f4ca89ce1c4605a4b01db1940ef Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 9 Sep 2008 11:15:03 +1000 Subject: [PATCH] Fix user/username mismatch on pwclientrc template ... and add a comment to the auth section Signed-off-by: Jeremy Kerr --- templates/patchwork/pwclientrc | 5 +++-- 1 file 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: {% endif %} -- 2.39.2