mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Possibility to reward users with shop points if they verify their email
Also generates a new activation key after they have verified their email in-case they change their email and guess the activation link for their fake email. Also removes the given points until they verify their email again if they change their email.
This commit is contained in:
@@ -692,6 +692,7 @@
|
||||
'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
|
||||
'verify_email_points' => 0, // 0 = disabled. Give users points reward for verifying their email
|
||||
'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