I want to disable registration of new accounts by users, so that only I, as an administrator, can create the accounts, no one else. How can I accomplish this? Thanks in advance.
I want to disable registration of new accounts by users, so that only I, as an administrator, can create the accounts, no one else. How can I accomplish this? Thanks in advance.
How do you intend on knowing that a potential customer wants to have an account created?
The thing is that the owner of the store I'm setting up, has his list of wholesale clients that he wants to give access to the store and doesn't want other people that browses the website to get in there, or even try to create an account, at least not for now. So he wants to give the accounts to the people he chooses to, rather than have people create them and wait for authorization.
In the future, there may be a selection of product models for retail, then the registration will be open for everyone and I'll have to figure out how to give privileged access to the wholesalers to view the whole catalog and limit the products the others can see.
You will have to alter the login code to remove the linkage to the create account function and the tpl's for these pages to remove the display's for create account.
This way the login link will only disaplay the form for entering the email and pass - NO create account display or code used
This is in several files in /includes/modules and includes/templates/your template/templates
I see, then there's no easy setting in the admin area. Okay. Now, removing the links wouldn't stop someone from just typing the registration URL if he knows it, right? Then I'd need to remove that file as well? And how can I, as an admin, add new accounts?
Thanks for your help.
This is why I stated altering the code and Removing the create account references and displays - displays are the tpl files and the actual form & processing code is the module filesNow, removing the links wouldn't stop someone from just typing the registration URL if he knows it, right?
Remove them both and no url entry will access it as it does not exist
Look in the downloads section for a 3rd party module to allow an admin to create an accountThen I'd need to remove that file as well? And how can I, as an admin, add new accounts?
Thank you very much for your help. :)
What do you suggest I do for the future change in registration, where I only some chosen products can be viewed be every customer or visitor and only a chosen group of accounts has access to all the models in the catalog?
Search the forum for similar requests/ideas, get more familiar with Zen Cart, search the downloads for 3rd party modules that either do this or can be a starting place for you to customize for your clientWhat do you suggest I do for the future change in registration, where I only some chosen products can be viewed be every customer or visitor and only a chosen group of accounts has access to all the models in the catalog?
Thank you very much.