This page should only be used if script asks you to pass the manual migration code.20240912.core.UserPreferences
Following the user redesign, "user" preferences are no longer supported.
These "user" preferences are present in xml files (such as plugin.xml or a file included therein) and they have the following parameter :
<manager-role>org.ametys.plugins.core.userpref.UserManagerUserPreferencesStorage</manager-role>
<manager-role>org.ametys.plugins.core.userpref.UserManagerUserPreferencesStorage</manager-role>
<manager-role>org.ametys.plugins.core.userpref.UserManagerUserPreferencesStorage</manager-role>
The user preferences containing it must therefore be deleted.
The preferences using this basic manager are : email firstname and lastname.
If you want to achieve the same behavior as before, you can use agent cards.