A temp login wouldn’t help since this is something to do at the file system level.
The file wp-config.php is located at the root directory of your wordpress installation.
You can open it with any text editor and just add the following line at the top:
define(‘SCRIPT_DEBUG’, true);
If it doesn’t work or causes other issues, you just have to delete this line and you’re back to square 1. Hope this helps.