
Customer sign in for orders, loyalty and tracking.
Customers can sign in to manage orders. Admin users also sign in here, then access the admin dashboard after their website profile role is set to admin.
To create an admin, sign up first, then run SQL:
update web_profiles set role='admin' where email='admin@email.com';