Open registration
Solved
Postiz
-
wrote 14 days ago last edited by
I have
export DISABLE_REGISTRATION=false
Shouldn't that allow new registrations?
-
wrote 14 days ago last edited by
I tried setting this to true, but that didn't work either.
I've also invited some people via UI, but they cannot register or login via "lost password". -
wrote 12 days ago last edited by
Has anyone here managed to register more than one user?
-
So after looking at the postiz code itself, it turns out they only check for existance of that environment variable. So if
export DISABLE_REGISTRATION=whatevervalue
is in the .sh config file, registration is disabled.To enable it, remove that line or comment it out (prepending a # on that line). Then restart the app.
-
wrote 11 days ago last edited by
That worked! Thank you so much.
-
-