cpatpa makes Mike log you in the moment it's installed
The installer can now hand the first administrator a working password, so there's no signup dance before anyone can get into a fresh deployment.
Standing up a new instance of Mike used to leave you staring at a signup form before you could do anything useful. cpatpa's fork closes that gap. During setup, whoever runs the install is asked whether to mint a password for the initial admin account. Say yes and the system generates a strong one, tucks it into the install report and a secrets file; say no and you type your own, with a minimum length enforced so nobody ships a flimsy one.
The back end then creates that admin account directly - active, fully privileged, with the password securely hashed - and records the moment in an audit log so there's a paper trail for who was created and when. A short follow-up patch cleaned up a database error in that audit step.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?