Thursday, 7 June 2012

login problem in DRUPAL

login problem in DRUPAL
hi,
I’ve recently discovered a login problem with Drupal. This problem occurs when after downloading the latest version of drupal. New version of drupal was properly installed it doesn’t give any error message during the installation but after restarting my computer, and then login with the login box but it would not accept my user id and password. Then I decide to try email myself back the password using password recovery but during the installation I never gave an email, please help me I don't want to start the website all over again, give me solution how I solve login problem in DRUPAL.
Reply With Quote
#2
Old 28-01-2010
Jackson2's Avatar
Jackson2 Jackson2 is offline
Member

Join Date: Apr 2008
Posts: 2,265
Re: login problem in DRUPAL
Hey I think this is not a major problem with you, this is specifically related to IE. I also face this same problem that time I share my problem in this forum and that time some people give me this solution and I think you also use same solution for that they told me IE would create a quirk in its cookies system, and that would run havoc on the authentication system. After installing drupal we forgot to clear the cookies and because of this old cookies are use for authentication for that you have to all the cookies and then try to login, should work.
Reply With Quote
#3
Old 28-01-2010
johnson22's Avatar
johnson22 johnson22 is offline
Member

Join Date: May 2008
Posts: 2,111
Re: login problem in DRUPAL
After using above solution and then also you not able to login yourself then you have to edit your code for that use following code
Quote:
uid) {
$output .= dgetmthod('user login);
}
else {
$output .= t('

Hi

', array('!user' => theme('usernm', $user)));

$output .= theme('list', array(
l(t(' Account Info'), 'user/'.$user->uid, array('title' => t(Modify Account'))),
l(t('Sign out'), 'logout')));
}

$output = '
'.$output.'
';

return $output;
}
?>
Reply With Quote
#4
Old 28-01-2010
Trio's Avatar
Trio Trio is offline
Member

Join Date: May 2008
Posts: 2,752
Re: login problem in DRUPAL
Hey I give you simple code to testing the Drupal user login test, using this code you able to test your login and I think after that you able to solve your problem.
Quote:


Hi, login




try again



Reply With Quote
#5
Old 28-01-2010
deveritt's Avatar
deveritt deveritt is offline
Member

Join Date: Apr 2008
Posts: 2,528
Re: login problem in DRUPAL
I think this is major virus problem in your computer because I also face this same problem and after using above all the solution I format my computer and then I install all the application and also I install drupal and after that I able to login and may be you also face this same problem because of this I give this solution for you, try this solution if you not able to able to solve your problem after using above solution.
Reply With Quote

No comments:

Post a Comment