Active
Project:
Login Link
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2022 at 22:34 UTC
Updated:
9 Nov 2022 at 08:13 UTC
Jump to comment: Most recent
Hello,
I get a problem today, I can not login anymore on the site with the admin account.
There is not a single message when I try to log, the screen stay as before I click the connect button,
not a single message, but no access is granted.
It was working at 22:00 and broken at 23:00.
I did not do any upgrade of the 9.4.5 code.
I try to change the password with :
drush upwd admin_account --password=admin_pass
with no success, I can't log into that account.
I try to look for some guidance in the logs with no luck, not a single error message.
Regards
JP P
Comments
Comment #2
jppo commentedHello,
That bug seems to be critical as I can't log anymore ... and can't update documents and even not upgrade the site to a new version.
And always nothing on the screen neither in the Apache logs !
Are errors well trapped ?
All help will be welcome !
Regards
JP P
Comment #3
jppo commentedHello,
I try to create a new user (with drush) but that new user is not better than the old, login is not possible with not a single message, the screen is only refreshed asking for a new user.
That's all for today.
JP P
Comment #4
jaykumar95try this command
drush upwd admin_username admin_passComment #5
jppo commentedHello,
Thanks for the drush command, I needed only to add --password before the admin password.
The password was changed, but login was always not possible and again not a single message
explaining why the login didn't succeed.
The only news for today are not nice.
Comment #6
jppo commentedHello,
I upgrade today to the 9.4.6 version and retry to log in ...
It does not work better.
Not a single developper interested in finding and correcting bugs ?
Regards
JP P
Comment #7
cilefen commented@jppo This project doesn't even have releases yet you expect timely support?
Comment #8
jppo commentedHello,
When I logged into my site I saw that I was using the last secure version as it was recommended in the "reports menu / upgrade available" and you say that the project has no release, I don't understand ?
I'm not a big PHP specialist and I don't know the mysteries of Symfony and I don't know its particularities, but if someone tells me the syntax I can integrate a function call into the code and recover the necessary information.
Thanks in advance to the generous trainers.
JP P
PS : in another life I uses some programming languages from Cobol, Fortran, C ...
Comment #9
jppo commentedBug to close, a solution was found on drupal.slack but not here.
Comment #10
McAldo commentedHello,
what is the solution? I run in the same error in drupal 9.4.8 and before in 9.4.5. Thanks for help.
Comment #11
cilefen commented@McAldo It is unclear what the original issue even is here. This bug issue is filed in a project called Login Link, which has no releases. I am certain no one on this thread was using the Login Link module because more importantly this module has no code.
I think this issue and some of the other ones filed in this Login Link project are Drupal Core issues.
Comment #12
McAldo commentedI do not use the module "login link". But I have installed and activated the modules "login_security" (https://www.drupal.org/project/login_security) and "redirect_after_login" (https://www.drupal.org/project/redirect_after_login). Maybe there is now also the problem with these.
Why suddenly after login a redirect to the start page occurs without being logged in, I can not understand. Could the cause be a misconfiguration of the web server?
Comment #13
McAldo commentedApparently, "redirect_after_login" also suddenly causes the error. I removed the module with
drush pm:uninstall redirect_after_loginand after that the login worked again.
Unfortunately I need such a module, which redirects the user to a specific page after login. But the user should be logged in at the same time. :-)