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
It would be great if we can have an environment variable such as PWP__ADMIN_LOGINS that takes a comma separated list of emails. These emails at start are added to the database and emailed a registration link along with a promotion to admin.
🔈 Motivation
Using the docker container on some services such as Azure App Service does not allow for SSH or CLI access. This then disabling the ability to create admins.
🛰 Alternatives
Not sure how else we could achieve this without CLI access. But open to ideas.
📎 Additional context
Looking to run a self hosted login only with no sign-up enabled. Can't be done when there is no CLI access.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
It would be great if we can have an environment variable such as
PWP__ADMIN_LOGINS
that takes a comma separated list of emails. These emails at start are added to the database and emailed a registration link along with a promotion to admin.🔈 Motivation
Using the docker container on some services such as Azure App Service does not allow for SSH or CLI access. This then disabling the ability to create admins.
🛰 Alternatives
Not sure how else we could achieve this without CLI access. But open to ideas.
📎 Additional context
Looking to run a self hosted login only with no sign-up enabled. Can't be done when there is no CLI access.
The text was updated successfully, but these errors were encountered: