docs: update developer docs (#8326)

This commit is contained in:
Samir Musali
2024-01-26 18:44:19 +01:00
committed by GitHub
parent 11ca358242
commit d1da50a479
2 changed files with 35 additions and 34 deletions

View File

@ -91,6 +91,7 @@ ak server # Starts authentik server
And now, authentik should now be accessible at `http://localhost:9000`.
:::info
To define a password for the default admin (called **akadmin**), you can manually enter the `/if/flow/initial-setup/` path in the browser address bar to launch the initial flow.
Example: http://localhost:9000/if/flow/initial-setup/
To define a password for the default admin (called **akadmin**), you can manually enter the `/if/flow/initial-setup/` path in the browser address bar to launch the initial flow. Example: http://localhost:9000/if/flow/initial-setup/.
In case of issues in this process, feel free to use `make dev-reset` which drops and restores the Authentik PostgreSQL instance to a "fresh install" state.
:::