website: dev docs: fix upper-case authentik (#13961)

Signed-off-by: Dominic R <dominic@sdko.org>
This commit is contained in:
Dominic R
2025-04-10 11:06:17 -04:00
committed by GitHub
parent 8d0b362c9c
commit 44e0bfd4ef

View File

@ -146,7 +146,7 @@ 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/.
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.
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.
:::
## Submitting Pull Requests