Actions
Bug #6659
closedUser params double encoded when not accessible
Description
If the user params are turned off globally or the field is set to read only the storage behavior never takes affect to convert the string into a Registry object. This causes the Joomla user store to JSON encode an already JSON encoded string breaking user params. We likely need to safely do the conversion in UserTable when params are loaded in.
Actions