Replies: 1 comment
-
|
The new user is showing up in the Django backend: After manually setting Active = true there, the user can login and then also shows up in the Staff & Permissions panel. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
karrio 2026.1.21:
When ALLOW_SIGNUP env variable is not set explicitly, user signup does not work, even when enabled in platform console:

ALLOW_SIGNUP should default to true according to docs:
https://www.karrio.io/docs/platform/guides/feature-flags#allow-signup
Only when explicitly stating ALLOW_SIGNUP=true, the user can sign-up via portal or be added by admin.
Now even then, the user is not showing up under Staff & Permissions and cannot login.
Where can the admin approve new users?
Beta Was this translation helpful? Give feedback.
All reactions