Automatically validates new user accounts.
https://geteso.org
- PHP 100%
| LICENSE.txt | ||
| plugin.php | ||
| README.md | ||
Validate
Automatically validates new user accounts.
Validating unregistered accounts
If an account has already signed up (but you have not yet configured your mailserver), you may validate unregistered accounts manually with an UPDATE statement (use at your own risk).
mysql -u <mysqlUser> -p <mysqlPass>
USE <mysqlDB>
UPDATE <tablePrefix>members SET account='member' WHERE memberId=<memberId>
Know that this plugin does not exempt you from configuring your mailserver, as it is still necessary for users to receive mail notifications.