If you cannot login to your admin account via the social logins, you can change site settings via the console
In your /discourse
file, add this
rails c
SiteSetting.enable_local_logins = true
Make sure to run this in your ./launcher enter app
container
Proof here: