Hallo, please help
I am not able to login. username and passwd are 100% correct. I tested it with different user accounts too.
I tried it with different browsers, cleared my cookies. did not help :(
i also tried to reset password. i got an email to do one time login. after loging in i got again Access Denied You are not authorized to access this page.
I land each time on http://my.site/users/
if i want to log in with wrong creditials i get message wrong password whitch showes that the corect creditials do work. but not enough.
the last thing i was doing before this happend was i tried to import some nodes with node_import to custome made content.
is there anybody who can help?
thx in advance
HoKe
Comments
Comment #1
vinux commentedHello,
It seems that I have exactly the same problem on Drupal when I want to reset my password.
There is no problem when fancy url are disabled.
Comment #2
sunyata commentedI have the very same problem.
1. When you reset password, a email is sent to the email.
2. Email directs to a page which says that this page is a onetime login.
3. Clicking on the login, I see a 'Access Denied' page.
Prior to this, I was having installation problems. I found the fix which require code change at http://drupal.org/node/247360 from user angelcar. I have reverted the code changes, cleared the cookies and I am still seeing the problem.
Hi Vinux,
How do you disable 'fancy url'? Thanks.
Comment #3
HoKe commentedUnbelievable,
I solved it for me.
Unfortunately, I am not really sure how I did it. I tried to use a text browser elinks and it was possible to log in. wow, great!
So I decided to comment out the $cookie_domain variable in settings.php.
After deleting cookies in chrome it was possible to login also in chrome. It also worked in firefox after deleting cookies.
I am so happy not to need to create it from the beginning.
I hope it helps also to others.
HoKe
Comment #4
dave reid