Skip to content

Change temporary password protection

Felix Lampe edited this page Jan 1, 2024 · 2 revisions

The user and password for local development is stored in config/nginx/htpasswd. A new user or password may be set with

htpasswd -c config/nginx/htpasswd <username>

The htpasswd tool might have to be installed before with (on Linux)

sudo apt install apache2-utils
Clone this wiki locally