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

jppo created an issue. See original summary.

jppo’s picture

Priority: Major » Critical

Hello,

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

jppo’s picture

Hello,

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

jaykumar95’s picture

try this command drush upwd admin_username admin_pass

jppo’s picture

Hello,

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.

jppo’s picture

Hello,

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

cilefen’s picture

@jppo This project doesn't even have releases yet you expect timely support?

jppo’s picture

Hello,

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 ...

jppo’s picture

Bug to close, a solution was found on drupal.slack but not here.

McAldo’s picture

Hello,

what is the solution? I run in the same error in drupal 9.4.8 and before in 9.4.5. Thanks for help.

cilefen’s picture

@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.

McAldo’s picture

I 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?

McAldo’s picture

Apparently, "redirect_after_login" also suddenly causes the error. I removed the module with

drush pm:uninstall redirect_after_login

and 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. :-)