2fa prep
This commit is contained in:
parent
a1c503a416
commit
f52de52961
|
|
@ -90,6 +90,9 @@ try
|
|||
//alphaland specfic dependencies
|
||||
include "C:/Webserver/nginx/Alphaland/globals/Dependencies/Users/Activation.php";
|
||||
|
||||
//authenticator
|
||||
$authenticator = new PHPGangsta_GoogleAuthenticator();
|
||||
|
||||
//mailer
|
||||
$mail = new PHPMailer\PHPMailer\PHPMailer(true);
|
||||
$mail->IsSMTP();
|
||||
|
|
|
|||
Loading…
Reference in New Issue