halimzhz Posted June 11, 2021 Share Posted June 11, 2021 Dear All, May i know how can i totally disable the Single Sign On option on WHMCS and make all client account with untick 'Allow Single Sign-On'? Plese help. TQ 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 13, 2021 Share Posted June 13, 2021 On 11/06/2021 at 21:26, halimzhz said: May i know how can i totally disable the Single Sign On option on WHMCS and make all client account with untick 'Allow Single Sign-On'? you might need two solutions.... firstly, a SQL query to update all clients to have the feature turned off... UPDATE tblclients SET allow_sso = '0'; as with all SQL update queries, backup the database, or at least that table, before running. ⚠️ secondly, a ClientAdd action hook that disables SSO by default when creating a new account (I think it's on by default). 0 Quote Link to comment Share on other sites More sharing options...
halimzhz Posted June 15, 2021 Author Share Posted June 15, 2021 Hi, TQ so much sir. 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.