You could manually fix the permissions or run a database query to fix the permission for existing users. All future users would be fine as the patch would ensure they've the default applied. We've plans to massively improve privacy settings with release of CB 2.0 (I've already started the new Privacy API Library for CB 2.0).
Please Log in or Create an account to join the conversation.
All privacy settings are stored in _comprofiler_privacy. If the user has no row here then the defaults as defined in backend after patch will take affect after the user saves their profile.> Which table should I look at to adjust. I did also see the ability to change the permission in the back end - I suppose its a much bigger task to do each manually though.
With patch applied you won't need to worry about this as it'll use whatever default you set.> I'm less concerned about new members as I can inform them to make sure they adjust their privacy setting as part of the welcome email they receive.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Correct.So to confirm, there are two patched to apply Part A Rev 1 and Part B
Basically red means remove and green means add. If you're on windows you can try using a program like WinMerge to apply the patch (it's free).Again, not being familiar with the process (I will google for instructions!) I see green and red highlighter code - where can I get info on what that means.
Correct.From my earlier search about patches I understand it to be about replacing code or adding code within the plugin
Please Log in or Create an account to join the conversation.