TYPO3 frontend login stopped working after update - typo3-7.6.x

I just updated my TYPO3 v.7 install to 7.6.29 and now frontend logins stopped working. $TYPO3_CONF_VARS[FE][loginSecurity] is set to 'rsa', rsaauth and saltedpasswords are enabled. I do not use a custom template for the login form and I checked that data-rsa-encryption="" is present on the password field.
Still, when I attempt to log in, I just get log entries stating that there was a login attempt without password.
Everything worked fine before the update. On updating, I flushed all caches, including opcode, and ran all Update Wizards and the Database Analyzer.
What could be the problem?

Actually, re-clearing all caches, clearing opcode cache and deleting all of typo3temp/ fixed this problem.

Related

error 404 after login in frontend for SOME users

I'm facing a really strange issue with Magento.
Basically some users can login and interact with the site normally, and others login but end up with a 404 error on every page...
I've tried tweaking the cookies settings via Magento backend and also thru database. Exported and imported again the users, changed the session location from db to file... disabled cache, cleared cache, deleted everything from /var/ but nothing seem to help. And no errors are thrown anywhere.
I've also checked the session files for these users and they seem be fine.
I've noticed in the session files, that there's a brief history of the user... I was thinking if there are some tables where this data is coming from and that I can clear and see if it works.
I'm lost, really. And out of ideas!

Magento Customer Login Issue - Login Page Keeps Reloading On Login

So I found several variations of this issue and tried the solutions; none worked.
So customers are not able to login with the correct username and password. The login screen (https://www.example.com/customer/account/login) just refreshes when the credentials are entered correctly -- should redirect to the My Account Dashboard.
The only thing that seems to temporarily work (few hours at a time before the problem comes back) is when we change back and forth the System > Config > Web > Session Cookie Management > Cookie Domain to "https://www.example.com" and ".example.com" Then we flush the Magento Cache and we flush the Storage Cache and refresh the all Cache Types.
After this, Customers can login on Firefox, Safari and IE, but not Chrome (same login page looping issue).
We have exhausted everything we can think of. No errors in the logs and we have the correct getBlockHtml('formkey'); ?> code in the login.phtml files. We are using a custom theme and noticed this problem after migrating the site from Enterprise Edition to Community edition.
Any suggestions would be greatly appreciated!
Thanks for reading this article and opportunity to post my answer here.
I also faced same problem which AShah faced. I also googleing but did not find such proper result. Finally I removed or clean the session folder (root>var>session) and its works fine for my store.
Hope this trick will solve you. thanks
First check what are the values set for following path in core_config_data
table
web/cookie/cookie_path
web/cookie/cookie_domain
Try by replacing any existing value by NULL.
Following should be set to 1
web/cookie/cookie_httponly

Magento backend showing blank pages after login?

I have magento 1.9 version and It is working fine on local and demo server but when I move this to live server its admin is not working.It just login admin and only header and navigation bar shows up there.
I tried with remove cache, sessions.disabled all newly installed extensions.but still same problem.My frontend is working fine.
Please help me to solve this issues.
This error was coming due to some entries in table "adminnotification_inbox" . I don't know why this happened.I just empty this table and my admin works fine but as soon as this table have entry same problem occurs, So After empty that table I disable admin notification from following location:-
System->Advanced->Disable Modules Output
Mage_AdminNotification
This solved my problem.
flush your magento root /var/cache folder and /var/session folders, It may have previous server session that may cause problems.

magento 1.6.2.0 keeps logging out

I am using magento 1.6.2.0 and it keeps returning to to login screen every time I try to do an activity.
Things I have done:
My php.ini memory limits are set at 512Mb and my times set at 18000
checked the server time, php.ini time, and magento config time
Cleard the cache from magento. no joy
Cleared the cache and session from my plesk panel, no joy
Cleaned firefox and chrome history and page cache, not joy
reinstalled Mage_Core_Adminhtml, Mage_Core_Modules, Lib_Js_Mage, no joy
I reinstalled mage JS, no joy
The only changes recently have been the magento php 5.4 patch and had to reinstall Mage_GoogleShopping becase the new one would never complete loading the page.
Every time I try to change to something in the admin menu I have to log back in.
I checked the adminnotification_inbox in the database and it was reset to zero.
I get no errors in firebug, firefox or chrome and my cookies are working although it says .nilandspalce.com.
reinstalled magento.
It is like magento keeps resetting itself as my admin notifications keep coming back after delete
I have no error reports or folder.
I have run out of ideas?
I've came across this issue before... Give this a try...
system->configuration->admin -> select security tab and check session lifetime field
This is where you can define your time...
Also, if you use some .php extensions, some of their session encrypts can cause problems...
For Ex: sjusin.session.encrypt = On (This would need to be turned to Off in some cases)
This you can find in the config file by the way
Also if this doesn't help you check this out about quota.

Joomla Login Username & Password Getting Filled In Automatically

I had turned on Joomla cache for a while I came across that Joomla login username & password getting filled in automatically. So I turned of cache and happened to be working for the small period of time. Now I experience the same issue even when Joomla cache is turned off.
Given that Joomla automatically cache in the root folder. In the root, There is a folder called cache and inside there is a folder called pages. When it delete the pages folder it happens to be working fine.
How can I fix this? What could be the issue?
Most probably you have enabled auto fill options on your browser and your browser is filling them automatically when same page loads.
If you want to disable page cache, go to Plugin Manager and disable System - Cache plugin.
The website cache has nothing to do with forms being autofilled. That is a browser function.

Resources