1 reply [Last post]
wxman's picture
Offline
Joined: 01/11/2009
Juice: 51
Was this information Helpful?

I finally have my first Drupal site live, and I'm already having problems.
The site has a Ubercart store, and no one can buy anything because their roles are not changing to authenticated after they sign in. I tried it myself. I made a new account, clicked the email confirm link, which took me to the page saying to click this button to confirm. Then it went to my account page, but it had a error message saying that I can't use the link more than once.

I then tried to access the store, and it says I don't have permission. As an admin, I checked the user I created, and I see that all the new customers are showing active, but the role is blank. I thought once they respond to the generated email, it makes them authenticated?

I also checked the database table 'users_roles' and saw that the new test account I made wasn't even there. It was in the 'users' table.

I really need some help here. Thanks

wxman's picture
Offline
Joined: 01/11/2009
Juice: 51
Re: User Roles not changing

I figured it out. This has happened before too.
Once again, my database set the role of authenticated as a 4 instead of a 2. I changed it back to a 2 and all is well. I still don't know why my DB would do that though.