Is there a way to reset the admin user’s password without wiping the database and starting again? Assuming you don’t know what the current one is.
Get shell on your server and
awx-manage changepassword
Ah thank you! didn’t realize it was that simple