techwthquestion Posted September 26, 2017 Share Posted September 26, 2017 Hello How can I disable client area page for client if email id is not verified ? I am using latest whmcs version Thanks 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 26, 2017 Share Posted September 26, 2017 this may help https://forum.whmcs.com/showthread.php?114267-Limit-Access-For-Unverified-Accounts 0 Quote Link to comment Share on other sites More sharing options...
techwthquestion Posted September 26, 2017 Author Share Posted September 26, 2017 this may help https://forum.whmcs.com/showthread.php?114267-Limit-Access-For-Unverified-Accounts Will this work for existing client ? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 26, 2017 Share Posted September 26, 2017 all unverified accounts, inside that file you can find few settings to tweak 0 Quote Link to comment Share on other sites More sharing options...
techwthquestion Posted September 26, 2017 Author Share Posted September 26, 2017 How can I get this kind of box ? https://snag.gy/vCRS8J.jpg 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 26, 2017 Share Posted September 26, 2017 you could take a look at the /templates/six/includes/verifyemail.tpl template and examine the code inside there... it's just a div. <div class="email-verification"> <div class="container"> <button type="button" class="btn close"><span aria-hidden="true">×</span></button> <button id="btnResendVerificationEmail" class="btn btn-default btn-sm btn-resend-verify-email hidden-xs"> {$LANG.resendEmail} </button> <div class="text"> <i class="fa fa-warning"></i> <span>{$LANG.verifyEmailAddress}</span> </div> </div> </div> 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.