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:
Znote
2019-10-23 21:06:24 +02:00
parent d8f22f9c33
commit be8b882166
3 changed files with 12 additions and 1 deletions

View File

@@ -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)