mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Allow users to verify their email in myaccount.php
Even if they arent forced to verify email during registration. If they change their email in the settings later, the verification is lost. Todo: Add a reward for first-time verification.
This commit is contained in:
@@ -691,6 +691,7 @@
|
||||
$config['mailserver'] = array(
|
||||
'register' => false, // Send activation mail
|
||||
'accountRecovery' => false, // Recover username or password through mail
|
||||
'myaccount_verify_email' => false, // Allow user to verify their email in myaccount page
|
||||
'host' => "mailserver.znote.eu", // Outgoing mail server host.
|
||||
'securityType' => 'ssl', // ssl or tls
|
||||
'port' => 465, // SMTP port number - likely to be 465(ssl) or 587(tls)
|
||||
|
Reference in New Issue
Block a user