How to disable create an account option in account log in page

I read other peoples responses to similar question but it didn’t answer it for me.

We sell products to licensed professionals who are set up for a wholesale account. I have everything locked and working for that. It’s neccessary for customers to log into their online accounts we have set up for them to have access to purchase, then on our POS in the store front these customers are looked up when they come in to the store to shop. Problem is anybody can create an account, while they can’t shop online without our permissions set then can go into the store and give their name to buy products they are not licensed to use. We are at a stay where we have employees now and people have taken advantage of that. I am wanting to stop any new customers from creating a new account online, but still allowing our customers who are in the system to log in and shop online, as we have a sign up form available online for new customers to apply still. Is there a code that someone who doesn’t code at all could manage to use and get rid of that option?

www.twistedorchidbeautysupply.com

@twistedorchid

yes you can show only wholesaler customer product other all customer doesn’t show it add wholesaler tag

Sorry, my question is likely not clear. I know I can show product only to specific customers.

I need to change the code to remove the option to “create a new account” at the log in page.

I want to disallow anyone from creating their own account but still allow customers we’ve made accounts for to be able to log into their accounts and use the website.

I have no understanding of coding and am using the Dawn theme.

Thank you.

There’s an app called Advanced Registration that will have your customers to require your approval before registering an account, it will even allow you to lock the whole site to those customers who are not approved and logged in.

Another option that may work too is editing the templates login.liquid and register.liquid and remove the elements you don’t want: the “Create account” button and the form inside register.liquid… In that case you’d also want to “Require customers to log in before checkout” in your Shopify Admin

Thank you this is great!