Drupal Setup question: Can't set up user

Events happening in the community are now at Drupal community events on www.drupal.org.
databell's picture

I'm currently working with a tech firm in Dallas on a Drupal setup. Their first so they don't completely know what they're doing. We finally got the install working so I went in to set me up as a user on the site. Clicked the Create New Account button, submitted my username and email address and never received an email confirmation with my password. Not good. I checked PHPmyAdmin and sure enough, my username is setup with an encrypted password but that doesn't help me since it's encrypted. How can I get my email confirmation. Is it some kind of permission they need to do on their end to make this all work?

Comments

To get your password reset,

john.arroyo's picture

To get your password reset, go to
www.yoursite.com/user/password

if you didn't get the email perhaps php can't send mail. If you're on linux sendmail is great.

You might try installing acquia drupal. The installation is a little more user friendly than the general Drupal install.

Reset your password in the user table

ishmael-sanchez's picture

If you have access to PHPmyAdmin, go to the user table and browse the records. Edit your user record, in the pass field select MD5 under the function drop down, delete the hash and add your new password.

That was it, Ishmeal! Just

databell's picture

That was it, Ishmeal! Just went into PHPmyAdmin and did the reset. Thanks so much!

Still one problem....

databell's picture

Now I can login, but I can't go to the admin section. Drupal says:
Access denied
You are not authorized to access this page.

So how do I change that?

Permissions

ishmael-sanchez's picture

I'm guessing since they just added you as a user they didn't give you any permissions. That is why you can login but can't visit the admin section. You need your firm to create a role and give you more that just the basic permissions given to an authenticated user.