X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fpatchwork%2Fpwclientrc;fp=templates%2Fpatchwork%2Fpwclientrc;h=5fb1f47b65e3ba0696dfa375f94c731137c24667;hp=79a0f3b6b776c6a214fbb45dda985f1ddf2d045e;hb=13f4232358785f4ca89ce1c4605a4b01db1940ef;hpb=cefda5060a4916fcb0dca472eb300d4516ad30ef 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 %}