Ahhh😂, thank you @hjogiupdraftplus. Glad to know!! I went the long way xd.
Managed to fix it by going into phpMyAdmin and running this query:
SELECT * FROM wp_options WHERE option_name LIKE '%aio%';
From the results, I grabbed the option_value of the aio_wp_security_configs row, found aiowps_turnstile_secret_key and aiowps_turnstile_site_key inside it, updated them with the new keys, and was able to log back in.
Hope this helps someone!
-
This reply was modified 2 months, 2 weeks ago by youKnowWho.