Conversation
DubhAd
left a comment
There was a problem hiding this comment.
A small wall of wording/spelling bits
|
|
||
| ### {% linkable_title Notify mutli-factor authentication module %} | ||
|
|
||
| Notify MFA module using [notify component](https://www.home-assistant.io/components/notify/) to delivery a [HMAC-based One-Time Password](https://en.wikipedia.org/wiki/HMAC-based_One-time_Password_algorithm) to user configured target. |
There was a problem hiding this comment.
The notify MFA module uses notify component to deliver a HMAC-based One-Time Password to the user configured target.
|
|
||
| Notify MFA module using [notify component](https://www.home-assistant.io/components/notify/) to delivery a [HMAC-based One-Time Password](https://en.wikipedia.org/wiki/HMAC-based_One-time_Password_algorithm) to user configured target. | ||
|
|
||
| User need first set up the MFA module by select one of the aviliable notify service. A 8 digit one-time password will be sent by this notify service, user need to input it to verify the setup. |
There was a problem hiding this comment.
The user needs to first set up the MFA module by selecting one of the available notify service. An 8 digit one-time password will be sent using this notify service, the user needs to input it to verify the setup.
|
|
||
| User need first set up the MFA module by select one of the aviliable notify service. A 8 digit one-time password will be sent by this notify service, user need to input it to verify the setup. | ||
|
|
||
| During the login process, an 8 digit one-time password will be sent again, user need to input it to verify his/her identity. If the validation failed, a new one-time password will be sent again. |
There was a problem hiding this comment.
During the login process, an 8 digit one-time password will be sent again, the user needs to input it to verify their identity. If the validation failed, a new one-time password will be sent.
| During the login process, an 8 digit one-time password will be sent again, user need to input it to verify his/her identity. If the validation failed, a new one-time password will be sent again. | ||
|
|
||
| <p class='note'> | ||
| 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. |
There was a problem hiding this comment.
The notify MFA module cannot verify the one-time password delivery success, so that if the user cannot received the message for any reason, they may not be login again. Edit or remove [your_config_dir]/.storage/auth_module.notify to disable the notify MFA module to resolve the issue.
|
|
||
| By default, one TOTP multi-factor named "Authenticator app" will be auto loaded if no `auth_mfa_modules` configuration section defined in the `configuration.yaml` file. | ||
|
|
||
| By default one TOTP multi-factor auth module named "Authenticator app" will be auto loaded if no `auth_mfa_modules` config section defined in `configuration.yaml`. |
There was a problem hiding this comment.
By default one TOTP multi-factor auth module named "Authenticator app" will be auto loaded if no auth_mfa_modules config section is defined in configuration.yaml.
Description:
Add notify MFA module
Pull request in home-assistant (if applicable): home-assistant/core#16314
Checklist:
current. New documentation for platforms/components and features should go tonext.