By Karen Dunne on Monday, 14 December 2020
Posted in Technical Issues
Replies 4
Likes 0
Views 1.2K
Votes 0
The login portion of Komento does not allow users to login. I've tried as Super Admin and Registered. The following error occurs: The security token did not match. The request was aborted to prevent any security breach. Please try again."

A user can login when using the regular Joomla login however. So I don't know what different with the Komento login and the regular login.

Please see this screen recording (58 sec): https://screencast-o-matic.com/watch/cYlIrO8XoN

Can you help?

Thank you.
I believe I have found the culprit. It was in the .htaccess file.

I started over with a base .htaccess file. I haven't added everything back but when I added back the following few lines it produced the security token error:
#Remove trailing slash
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [R=301,L]
·
Monday, 14 December 2020 09:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can update your site FTP access so we can better have a check?

I assume you already removed the above code from your .htaccess file since I can't reproduce that error now.

You can update your FTP login credentials on your first post (click edit post).
·
Monday, 14 December 2020 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

Yes, I removed that bit of code from the htaccess file and it seems to be working now. I haven't tried adding back the rest of what used to be in the file. I will try again tomorrow. Thank you for taking a look. I will post FTP access if I can produce the same error.

All the best,

Karen
·
Monday, 14 December 2020 13:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure, keep us update then.
·
Monday, 14 December 2020 13:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post