Deleting user preferences linked to the UserManager


This page should only be used if script asks you to pass the manual migration code.20240522.core.UserPreferences

Following the user redesign, some user preferences are no longer supported. 

These user preferences are present in the xml files linked to user preferences, and have the following parameter:

<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.

Back to top