This commit is contained in:
Karel Pičman 2024-06-28 10:01:54 +02:00
parent 5728ff4632
commit f9af079ac8

View File

@ -759,12 +759,11 @@
<h3>Authentication</h3> <h3>Authentication</h3>
<h4>Basic</h4> <h4>Basic</h4>
<p> <p>
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. 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 considered as secure.
</p> </p>
<h4>Digest</h4> <h4>Digest</h4>
<p> <p>
It's the default authentication method. Users will be authenticated using a It's the default authentication method. Users are authenticated using a digest that is auto-generated after a successful login to Redmine or they can reset it in their user's profile (My account). To log in from a client, they again use their login and password. Login is case-sensitive.
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>