Generate an admin password hash

Type a new password and submit. Copy the generated bcrypt hash into config.php as the value of ADMIN_PASS_HASH. The password itself is never stored.

Your hash:

Paste it into config.php, replacing the current value:

define('ADMIN_PASS_HASH', '');

Verification check:

Please enter a non-empty password.

Security note: delete this file (or block access to it) when you are done — it lets anyone who can reach it generate hashes.