#1464 Digest as the default authentication method
This commit is contained in:
parent
e72ba2b194
commit
d18b557355
@ -759,11 +759,11 @@
|
||||
<h3>Authentication</h3>
|
||||
<h4>Basic</h4>
|
||||
<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>
|
||||
<h4>Digest</h4>
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user