The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
US v4.3.19 CLOAKING - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: US v4.3.19 CLOAKING (/showthread.php?tid=1040) |
US v4.3.19 CLOAKING - alexuco - 04-17-2018 I was trying several times to CLOAK with the new version, I've change to YES in admin_user into MISC "Is allowed to cloak?" and even UPDATING and trying back or quitting and starting again doesn't work. Or I do something wrong maybe. db says that user is '1' in cloak column. US v4.3.19 CLOAKING - Brandin - 04-18-2018 There are a few rules about cloaking: -you can't cloak yourself -you can't cloak into UID 1 (I'm pretty sure) -you can't cloak into the master array if you're not in the master array -you can't cloak if allowed_cloak (or whatever the column is called)==0 You must set your user account to "Is Allowed to Cloak" from admin_user.php. Can you confirm all of the above conditions are met? US v4.3.19 CLOAKING - alexuco - 04-24-2018 Hi Brandin, I'm not sure if I understand you 100%. I'm the admin, I have several users with different levels, from plain user to a bit more, but under Admin, they all are marked with Code: allowed_cloak UID1 means admin ? Yo mean me as an admin I can't cloak others ? (of course not to myself). In addition when I switch the Code: <select>Is allow to cloak</select> - Last Name Updated - Set user cloaking to 1. And from that modal one can't even see Code: lastname Don't know if that is a clue for you. US v4.3.19 CLOAKING - Brandin - 04-24-2018 You need to set yourself to say allowed_cloak=1. Putting allowed_cloak=1 for other users means if they were to have access to admin_user.php they could cloak other users. And the criteria I listed above is the criteria around cloaking into-so another person cannot cloak into UID 1, not that reverse. US v4.3.19 CLOAKING - alexuco - 04-24-2018 Got it! I did what you said and everything is working fine now. Sorry but in my head could't think Admin should be switched to Cloak=yes. Anyways, now is solved ! Thanks again dude. US v4.3.19 CLOAKING - Brandin - 04-24-2018 Glad you were able to get it working |