Hello,
I’m having a hard time getting into my admin account on an installation of OpenEMR that we have taken over from a previous consultant. She didn’t leave us any admin logins.
Is there a field for admin access? I’d like to assign an existing user admin rights, and then reset passwords from the GUI.
SELECT * FROM gacl_aro; - Get the id for the required user to which you have to give the admin rights
then,
SELECT * FROM gacl_aro_groups - Get the id for the admin value
Update the group_id with aro_groups(id) from the gacl_aro_groups table for the aro_id(id) selected from the gacl_aro
Once you create new admin user after login, you can revert this back to the old group_id which you have updated. Or in UI you can navigate to Administration->ACL Edit the users memberships for specific user.