Forum Moderators: mack
<aceflex support>
you may add custom logic to delay customers access.
a) Modify _custom\registercustomer.asp to update table Account field Access to False and clear session (LogoffCustomer function)
b) Modify stored procedure spClient_AfterInsert and put Access to 0 by sql update.
Account access will be disabled, till admin enable it from backoffice.
um...
Any help greatly appreciated.
a) Modify _custom\registercustomer.asp to update table Account field Access to False and clear session (LogoffCustomer function)
They are saying you need to modify the code within registercustomer.asp so that once new customers have registered, their "Website Access" flag is set to false by default. They also say you should "LogOut" the user once they have registered.
b) Modify stored procedure spClient_AfterInsert and put Access to 0 by sql update.
Not 100% sure what they mean here, but they're saying you need to run a script over your existing user data that'll update all users to "Access = No".
Hope this helps