Rank: Member
Joined: 11/24/2004(UTC) Posts: 139
|
I have a user on my test site that continues to get the no permissions page. On two different computers. I've tried a number of different things including deleting and recreating the login.
admin continues to work successfully consistently.
Is there some documentation anywhere or does anyone have experience with login issues? Why is this happening?
Is here email address stored somewhere hidden that's causing problems? She has also had intermittent problems on the live site with the same login.
Thanks for any help you can provide,
Barb
|
|
|
|
Rank: Member
Joined: 3/3/2006(UTC) Posts: 1,737
|
I just had a similar problem - it had nothing to do with the store or software though. Try removing all cookies stored by the browser for the site's URL and try again. I had a corrupt cookie(s) that kept me from logging out on one computer only, and only in FF. |
Optimists invent airplanes, Pessimists buy parachutes. |
|
|
|
Rank: Member
Joined: 8/1/2007(UTC) Posts: 310
|
Barb,
Is this user (who is experiencing problems) an admin or some other role other that a default end user (customer). If so, please do this to ensure that he does belong to the right role - Go to your SQL Server database and execute the query:
SELECT R.[RoleName] FROM [bvc_Role] R, [bvc_UserXRole] UR, [bvc_User] U WHERE R.[bvin] = UR.[RoleID] AND UR.[UserID] = U.[bvin] AND u.[UserName] = 'username here'
That will get you all the roles the user belongs to. At this point you shud be certain that his user account is setup right. If you have recently given permissions to the user account, then ask him to logout, close the browser and log back in. That shud be sufficient. Clearing out cookies is good but not really required. You can always give it a try though. |
Thanks, Satya support @ bayquel.net Work: +1 803 883 3226 |
|
|
|
Rank: Member
Joined: 11/24/2004(UTC) Posts: 139
|
Thank you for the replies! I'm going to try both.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.