charlottezweb Posted September 25, 2016 Share Posted September 25, 2016 I have had numerous customers who can't verify their email -- the links don't work or something fails. Is there not a way I can can "verify" their email addresses in WHMCS without doing it directly on the db? (Or maybe there's a command I can run to verify all existing customers in one mysql execution so that only brand new customers need to verify going forward?) Seems like there's should be a checkbox in the profile area allowing an admin to do this. Makes no sense for me to validate customers that I've had over 10 years... Maybe I'm blind and am missing it? Thanks! -Jason 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 25, 2016 Share Posted September 25, 2016 if you need to set all current clients as verified, you can run this SQL query from CLI or PHPMyAdmin: UPDATE `tblclients` SET `email_verified` = 1 looks like there is no option to set client as verified in admin area, yet! 0 Quote Link to comment Share on other sites More sharing options...
charlottezweb Posted September 26, 2016 Author Share Posted September 26, 2016 Brilliant -- Thank you! I think it would be a nice feature for them to add so an admin can manually flip the switch right on the profile page if needed. Cheers, Jason 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.