Jump to content

Registration and approval


Recommended Posts

Hello ,

I have a problem when people log in and when they register after registration they can go immediatly in my website and that is not ok, where can i change that i always have to approve before they can be member i don't find anywhere otherwise what is point off login there is no protection for me anyway ....

So i go costumers and i see all my costumers but the moment they login there status is enabled and i want on default it is disable so i can approve them.

Hope you can tell me what to do.

Kind regards oli

Link to comment
Share on other sites

I dont' there is configurable option in back office you can do that.
you have to make a small changes in authenticaiton page.

in file /ccontroller/AuthController.php, look for the code section for processing signup, set the active to 0 before the customer object is saved to database.

$customer->active = 0;

  • Like 2
Link to comment
Share on other sites

  • 4 years later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...