| Posted by: DogMan - 03 April 2026 10:23:45 |
|---|
| [attach]126[/attach] Oops I seem to have enabled turnstile suthentication trough ayecode and the plugin and now I'm stuck gettig back in! |
| Posted by: sirclesadmin - 03 April 2026 10:24:23 |
|---|
|
This is a classic "security clash"-you have two different plugins both trying to validate the same login attempt. Since the first one succeeds, the second one sees the "Success" token as already used (expired) and fails, locking you out. Since you are locked out, you need to "break" one of the plugins from the back end to get back in. 1. The Emergency Entry (FTP or File Manager)You need to temporarily disable one of the Turnstile plugins. The easiest way is via your hosting control panel (cPanel/Plesk) or FTP.
2. The Database Fix (If you don't have FTP)If you can access phpMyAdmin through your hosting:
Once you are back in:
Pro-Tip: If you ever see a "Success" message but get a "Security Verification Failed" error, it's almost always a sign that a second hidden security layer (like a firewall or a second captcha plugin) is double-checking the token. |