Automatically validates new user accounts. https://geteso.org
This repository has been archived on 2026-06-23. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-06-22 23:12:28 -05:00
LICENSE.txt Initial push of plugin contents 2021-06-22 23:12:28 -05:00
plugin.php Initial push of plugin contents 2021-06-22 23:12:28 -05:00
README.md Initial push of plugin contents 2021-06-22 23:12:28 -05:00

Validate

Automatically validates new user accounts.

License Version PHP Version Support

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.