Profile - Issue - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Profile - Issue (/showthread.php?tid=879) |
Profile - Issue - rslemer - 02-01-2018 I removed the Report Module in the user profile. Now, i returned this option, but system not allow access more. I reproduced in on line demo too Now user testdmy not allow access report, even after I returned this option. RE: Profile - Issue - rslemer - 02-01-2018 But, if you duplicate the user, new user get a correct profile ... and all access correctly .. RE: Profile - Issue - joebordes - 02-01-2018 Ok, I understand where this error is coming from. I will fix it shortly. For the moment, go to your database and execute: Code: DELETE FROM `cb_settings` WHERE `setting_key` LIKE 'ispt:%'; |