-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
admin user first time #439
Comments
I have the same problem. Here's my
What Here's what's in the DB:
|
Comment out the initial_superusers section, and it will ask you to create an admin account |
This is a good question and I'm also failing to find the answer and no, @science695's comment is not helpful as it applies to different setting up workflow. Closest I've found is from #368 (comment)
Interestingly, the
and the 1. seems missing. |
hi,
according documetation
"The very first time you access the admin, you’ll be given a chance to create your first admin account."
but it has not realized.
is there anyway to get it?
i cant login into admin web,even changing api-umbrella.yml with this configuration
web:
admin:
initial_superusers:
- [email protected]
username_is_email: true
auth_strategies:
enabled:
- local
password_length_min: 6
password_length_max: 72
thanks in advanced
The text was updated successfully, but these errors were encountered: