February 27, 20232 yr Hi, is there a way to reset the admin password e.g. from cli and without password-email? Or does the old way (add a new MD5 string to the db table) still work? In my table, the hash has a (example, not the real value) $2$10$ prefix... (its on a local testserver, without email. but i'd hate to start from scratch just because of the forgotten admin password) Kind regards Edited February 27, 20232 yr by alex84 clarification
February 27, 20232 yr You can still update the corresponding table (panel_admins) and set a MD5() password. Froxlor will automatically rehash this into a modern hashing-algorithm if the login was sucessful
Create an account or sign in to comment