-
Sub-task
-
Resolution: Won't Fix
-
Minor
-
None
-
2.0
-
None
-
MOODLE_20_STABLE
users should be able to clear out all data associated with a plugin instance from their user profile page.
It should call a new method on the instance object, clear_user_data with a $userid - the default implementation in the base class can just delete from the portfolio user config table, other plugins might want to delete from user_preference (dan like the shared google stuff)