crspyjohn Posted March 21, 2012 Share Posted March 21, 2012 Any way to set all security answers to none and remove all entries in the security answer? It's causing a headache for us, and we don't really find it necessary 0 Quote Link to comment Share on other sites More sharing options...
rke211 Posted March 22, 2012 Share Posted March 22, 2012 go into phpmyadmin and empty the relevant table? 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted March 22, 2012 Share Posted March 22, 2012 This query should do it: UPDATE tblclients SET securityqid=0; That will reset all the security questions for ALL of your users. use at your own risk. 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.