diff --git a/assets/help/en/dmsf_help.html b/assets/help/en/dmsf_help.html index ab14e063..bf4a956a 100644 --- a/assets/help/en/dmsf_help.html +++ b/assets/help/en/dmsf_help.html @@ -759,11 +759,11 @@

Authentication

Basic

- 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 Basic 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.

Digest

- 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.