From a50e6d55c58cc2105558d108ef7cdb73ddf9faba Mon Sep 17 00:00:00 2001 From: Dimitri Huisman <52963853+Diman0@users.noreply.github.com> Date: Sat, 26 Sep 2020 10:17:19 +0200 Subject: [PATCH] Update docs/webadministration.rst grammar Co-authored-by: lub --- docs/webadministration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/webadministration.rst b/docs/webadministration.rst index 29a72ad9..72b058b8 100644 --- a/docs/webadministration.rst +++ b/docs/webadministration.rst @@ -162,7 +162,7 @@ Authentication tokens --------------------- On the `authentication tokens` page, authentication tokens can be created. Authentications tokens are also known as application passwords. -The purpose of an authentication token is to create an unique strong password that can be used by a single application to authenticate as the logged in user's email account. +The purpose of an authentication token is to create a unique and strong password that can be used by a single application to authenticate as the logged in user's email account. The application will use this authentication token instead of the logged in user's password for sending/receiving email. This allows safe access to the logged in user's email account. At any moment, the authentication token can be deleted so that the application has no access to the logged in user's email account anymore.