We are implementing a B2B portal in Shopify for DHL / Gate Gourmet using Shopify Grow and New Customer Accounts.
Our requirement is to have:
-
Standard username/password login authentication
-
Custom Login page
-
Custom Register page
-
Custom Reset Password page
-
User approval flow before account activation
-
Role/tag based storefront access using Locksmith
-
Multiple users mapped to multiple ship-to addresses and port locations
Current issue:
Shopify New Customer Accounts are passwordless by default and Legacy Customer Accounts are deprecated. Since DHL requires standard login authentication with username and password, we are trying to understand the best possible implementation approach.
Questions:
-
Can we fully replace the New Customer Account UI with custom login/register/reset password forms?
-
Will custom forms override the native passwordless authentication flow?
-
Is it possible to implement traditional email + password authentication using Shopify New Customer Accounts?
-
Would this require a headless/customer-account-api based implementation or an external authentication system?
-
Can customer metafields/metaobjects be used for storing additional registration data such as port locations, ship-to addresses, user roles, etc.?
-
Has anyone implemented a similar approval-based B2B authentication flow in Shopify Grow?
Any recommended architecture or app suggestions would be helpful.