Bug 1044563: The API key also works with XML-RPC and JSON-RPC, despite the documentation mentions REST only

r=sgreen,a=sgreen


git-svn-id: svn://10.0.0.236/trunk@265482 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-07-31 15:45:51 +00:00
parent e835f2db4a
commit f1dfb7b59d
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
9092 9093

View File

@ -1 +1 @@
2635fd8e3024461a00a71d35a88a8517b7bc3c21 98041ff1623da960b1ded466957ba1fabd3ab7cd

View File

@ -1010,8 +1010,8 @@ confirm the change. This helps to prevent account hijacking.
API Keys API Keys
======== ========
API keys are used to authenticate REST calls. You can create more than one API keys are used to authenticate WebService API calls. You can create more than
API key if required. Each API key has an optional description which can help one API key if required. Each API key has an optional description which can help
you record what each key is used for. you record what each key is used for.
On this page, you can unrevoke, revoke and change the description of existing On this page, you can unrevoke, revoke and change the description of existing

View File

@ -12,8 +12,8 @@
#%] #%]
<p> <p>
API keys are used to authenticate REST calls. You can create more than one API keys are used to authenticate WebService API calls. You can create more than
API key if required. Each API key has an optional description which can help one API key if required. Each API key has an optional description which can help
you record what each key is used for. Documentation on how to log in is you record what each key is used for. Documentation on how to log in is
available from available from
<a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService.html#LOGGING_IN">here</a>. <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService.html#LOGGING_IN">here</a>.