Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
/ Validate Public archive

Automatically validates new user accounts.

License

Notifications You must be signed in to change notification settings

geteso/Validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

Automatically validates new user accounts.

Resources

License

Stars

Watchers

Forks

Languages