#1464 Digest as the default authentication method
This commit is contained in:
parent
e72ba2b194
commit
d18b557355
@ -759,11 +759,11 @@
|
|||||||
<h3>Authentication</h3>
|
<h3>Authentication</h3>
|
||||||
<h4>Basic</h4>
|
<h4>Basic</h4>
|
||||||
<p>
|
<p>
|
||||||
It's the default authentication method. Users are authenticated by their login and password that are sent from a client to the server as a text. From that reason it is not considerd as secure.
|
If you switch the authentication method to <i>Basic</i> in the plugin's settings, users are authenticated by their login and password that are sent from a client to the server as a text. From that reason it is not considerd as secure.
|
||||||
</p>
|
</p>
|
||||||
<h4>Digest</h4>
|
<h4>Digest</h4>
|
||||||
<p>
|
<p>
|
||||||
If you switch the authentication method to Digest in the plugin's settings, users will be authenticated using a
|
It's the default authentication method. Users will be authenticated using a
|
||||||
digest that is auto-generated after a successful login to Redmine or they can reste it in their user's profile (My account). To log in from a client, they again use their login and password.
|
digest that is auto-generated after a successful login to Redmine or they can reste it in their user's profile (My account). To log in from a client, they again use their login and password.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user