We have an issue with unregistered users being able to upload products. I am using RP 2.5.1 and
VB RC3.
Our permissions are set to not allow usergroups 1,3,4 and 8 to either upload or post. Our usergroups in
VB match as far as the #'s go and we do not have any null users.
All other permissions seem to work as far as showproduct.php and such. But when the user hits uploadproduct.php, he gets the form and is allowed to upload. Upon upload, he gets the "You must be a registered user to view product reviews" screen. So authenticate(); is working for showproduct.php. The unregistered review is sitting in the admin screen awaiting approval, not a good thing
Here are the first few lines from uploadproduct.php. What do I need to do to get RP to authenticate correctly?
Code:
Content visible to verified customers only.
Thx!