Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
ndee wrote: What do you mean by GID? As mentioned in the bug report, if params field is missing then there are no "approved" and "confirmed" vars submitted with the form and the security check on line 117 of administrator/components/com_comprofiler/controller/controller.user.php fails.
For me, if I can "configure" a software to break somehow it is a bug and this is the case. If the params field is moved to a tab wich is not published CB does not work anymore in backend. Your opinion may differ.
The params field always needs to be available, but it doesn't have to be visible (see CB > Configuration > User Profile).
Please Log in or Create an account to join the conversation.
nant wrote: As Kyle said:
The params field always needs to be available, but it doesn't have to be visible (see CB > Configuration > User Profile).
Please Log in or Create an account to join the conversation.
Set "Allow user to edit his CMS parameters in frontend" to "No" and it won't show those fields anymore on frontend.Ok, which option? "Fields Validation"? If set to no, it does not solve the problem. The other options do not seem related? Please be clear which option set to what.
It's not supposed to be on an unpublished tab. It must always be present. It contains hidden fields that are set by the Params field that are vital to a users storage such as approval, confirmation, and GID(s).I can just say it a third time. If the params field is on an unpublished tab the security check fails because the $_POST data vars "approved" and "confirmed" are missing.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.