I have a Drupal 7.54 site that is using a view as the home page. It is to redirect to the login page if not logged in. I can not figure out why it is now automatically logging in a specific user every time I go to the home page.

I have:
- updated core and all of the modules
- cleared the cache
- checked any of the admin settings I thought might have something to do with the issue.
- checked the error log to get any clues

I have found nothing that would explain the problem.

I was thinking about deleting the user account that is being logged in and creating a different one to take it's place.

Does anyone have any ideas as to what would be causing this problem?

Comments

hiramanpatil’s picture

Have you checked the role of the user which is being logging every time you go to the home page? is it Administrator user? What happens if you deleted that particular user from admin? is there any custom module written for this specific purpose?

Thanks