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
