I have assign users to a role and then assign privileges directly to a role however even if I assign every privilege to a users role and sign into that users account that user still cannot see any content unless they are an admin.
CREATE TABLE IF NOT EXISTS `vtiger_cv2role` (`cvid` int(25) NOT NULL,`roleid` varchar(50) NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=latin1;
CREATE TABLE IF NOT EXISTS `vtiger_cv2rs` (`cvid` int(25) NOT NULL,`rsid` varchar(255) NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=latin1;
For further help, contact us on help@vtexperts.com we’ll be glad to be of service.
8 Comments
thanks
This has been very helpful! Thank you!
I am facing the same issue in Vtiger 6.5
Thanks guys!
We also had to edit + save the users after this.
You’re welcome Christopher. And thank you for the helpful addition.
Thank You!
how about in vtigercrm6.0
i have the same problem users module it shows blank?
please help me !
Thanks so much it works well