mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-05-16 21:41:27 +02:00
Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -5,15 +5,9 @@ ones for session time on empty password which is treated as one-time password
|
||||
request and sends it to an email. Matches only valid email from allowed domains
|
||||
using global `allowemailaddresses` and `denyemailaddresses` settings if set.
|
||||
|
||||
|
||||
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.
|
||||
|
||||
- *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
|
||||
@@ -23,5 +17,4 @@ 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.
|
||||
|
||||
|
||||
See also: `fieldsmapping_help` setting form for [mapping usage example](lang/en/auth_emailotp.php).
|
||||
|
||||
Reference in New Issue
Block a user