nimafire Posted May 31 Share Posted May 31 Hello I currently have six security questions configured, and all of them are actively in use. This means I can't delete any of them unless I manually edit each user's profile, which is practically impossible. Is there a secure way to remove security questions from all user profiles so that I can delete these questions and also remove the security question field from the registration form? I don't want security questions to appear in the registration form at all. Thanks in advance! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted Wednesday at 06:06 PM WHMCS Support Manager Share Posted Wednesday at 06:06 PM Hi @nimafire, Assuming you're running version 8.x, you can do this: UPDATE tblusers SET security_question_id = 0; TRUNCATE tbladminsecurityquestions; 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.