From c1a0c4e87e0c67d986282f19d67c2cb9ddbfcf8c Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Wed, 5 Sep 2018 00:04:08 -0700 Subject: [PATCH] Update multi-factor-auth.markdown --- source/_docs/authentication/multi-factor-auth.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_docs/authentication/multi-factor-auth.markdown b/source/_docs/authentication/multi-factor-auth.markdown index 86ce2ad13c8..ceefb1b39d8 100644 --- a/source/_docs/authentication/multi-factor-auth.markdown +++ b/source/_docs/authentication/multi-factor-auth.markdown @@ -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.

-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 ```yaml