You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Superadmin details such as the password are fixed during initial creation - for security and ease of use during deployment it might be good to have a way to set them to something unique.
Describe the solution you'd like
It would be nice to have the option for the superadmin user to automatically be created with details from env variables if they exist and if not just use defaults.
For clarity the env variables could be prepended with VENDURE_ i.e: VENDURE_SUPER_ADMIN_USER_PASSWORD
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Superadmin details such as the password are fixed during initial creation - for security and ease of use during deployment it might be good to have a way to set them to something unique.
Describe the solution you'd like
It would be nice to have the option for the superadmin user to automatically be created with details from env variables if they exist and if not just use defaults.
For clarity the env variables could be prepended with VENDURE_ i.e:
VENDURE_SUPER_ADMIN_USER_PASSWORD
The text was updated successfully, but these errors were encountered: