!!Enterprise Licenses Only

OTP settings\\
\\
This settings allows you to configure two factor authentication.
!1. SMS based:

Using Twilio: https://www.twilio.com/
\\
The ACCOUNT SID as username and AUTH TOKEN as password:\\
[twilio3.png]
\\
Url : https://{otp_username}:{otp_password}@api.twilio.com/2010-04-01/Accounts/{otp_username}/Messages.json\\
\\
Provide your twilio phone number. Checking the "Validated Logins?" will enable to use otp in user login.\\
\\
[otp_sms.png]\\
\\
It will be used only for those users (Check on the User Manager) which has phone number and the "Two factor SMS authentication." flag is enabled.\\
\\
[otp_user_settings.png]\\
\\
!2. Email based:

It is required a functional SMTP (Check on Generel Settings)\\
\\
Url : SMTP \\
\\
[otp_email.png]\\
\\
It will be used only for those users (Check on the User Manager) which has email adress and the "Two factor SMS authentication." flag is enabled.\\
The email can be customized creating the email template: "Two Factor Auth"\\
\\
[otp_email_template.png]\\
\\
Variable for the one time password : {auth_token}\\
From (SMTP setting) and To (User email) cannot be customized.