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
As a non-Okta User When I connect to Kamu for the first time I want to have a default admin user and password So I can configure the first users that will use Kamu
Acceptance Criteria
Given I have no Okta environment variables When I try to login with admin username and(sudo su) password Then I should be able to access the system and the admin page with full capabilities
Is your feature request related to a problem? Please describe.
For non-Okta based deployments, we need to manually connect to the instance and run python manage.py createsuperuser for creating the first superuser.
The responsibility for deleting or changing the admin credentials should be at the first administrator.
Don't forgot to remove the mention for this issue from README.md
The text was updated successfully, but these errors were encountered:
As a non-Okta User
When I connect to Kamu for the first time
I want to have a default admin user and password
So I can configure the first users that will use Kamu
Acceptance Criteria
Given I have no Okta environment variables
When I try to login with
admin
username and(sudo su)
passwordThen I should be able to access the system and the admin page with full capabilities
Is your feature request related to a problem? Please describe.
For non-Okta based deployments, we need to manually connect to the instance and run
python manage.py createsuperuser
for creating the first superuser.The responsibility for deleting or changing the admin credentials should be at the first administrator.
Don't forgot to remove the mention for this issue from README.md
The text was updated successfully, but these errors were encountered: