Admins can reset passwords for other users in Harness Open Source but if an admin forgets their password there is no easy way to reset their password. We should allow all users, especially admins, to self-service reset their passwords. Workaround: Create another admin on startup, and then use that to reset the original admin’s password (after that you can delete the new admin again). For that, one would have to set the following when starting Harness: GITNESS_PRINCIPAL_ADMIN_UID=newadmin GITNESS_PRINCIPAL_ADMIN_EMAIL=newadmin@harness.io GITNESS_PRINCIPAL_ADMIN_PASSWORD=newadminpw