Update multi-factor-auth.markdown

This commit is contained in:
Jason Hu 2018-09-05 00:04:08 -07:00 committed by GitHub
parent 197a87b5e6
commit c1a0c4e87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,8 +73,6 @@ During the login process, a six digit one-time password will be sent again, user
Notify MFA module would not verify the one-time password deliveried success, so that if user cannot received the message due any reason, he/she may not be login again. Edit or remove `[your_config_dir]/.storage/auth_module.notify` can disable nofiy MFA module to resolve the issue. Notify MFA module would not verify the one-time password deliveried success, so that if user cannot received the message due any reason, he/she may not be login again. Edit or remove `[your_config_dir]/.storage/auth_module.notify` can disable nofiy MFA module to resolve the issue.
</p> </p>
By default notify MFA module will be auto loaded if no `auth_mfa_modules` config section defined in `configuration.yaml`. However if you don't have any notify component configured, user cannot enable notify MFA module.
Example of configuration Example of configuration
```yaml ```yaml