From 6d9b5f83002f5c29c0faa50b6ecf7a6a438ca469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Suwi=C5=84ski?= Date: Thu, 19 Nov 2020 12:35:14 +0100 Subject: [PATCH] README.md reediting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c359077..bb2a289 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ Additional security can be set: - *revoke threshold*: login failures limit causing revoke of the generated password - *minimum request period*: a time in seconds after which another password can be generated -Signup and user creation on first login takes place only in case of using email -as username (not to be confused with the `authloginviaemail` global setting) if -not prevented (global setting `authpreventaccountcreation`) and parts of email -address may be mapped to profile fields using PCRE expressions. +Signup and user creation on first login if not prevented (global setting +`authpreventaccountcreation`) takes place only in case of using email as +username (not to be confused with the `authloginviaemail` global setting) and +parts of email address may be mapped to profile fields using PCRE expressions. Auth instruction setting (global `auth_instructions`) is recommended depending -on the adopted user account policy and plugin settings. +on the adopted user account policy and plugin configuration. See also: `fieldsmapping_help` setting form for [mapping usage example](lang/en/auth_emailotp.php).