Database connection for User Settings
There are use cases in which users would like to save the settings they have made so that they can reuse them at a later date. Saving user settings is possible
-
for settings in the import wizard.
Users can then reuse their saved settings across repositories.
Configuration and Prerequisites (Overview)
For users to be able to save their own settings, the following requirements must be met:
-
A database schema must be prepared as a user settings database schema. Information on preparing database schemas
-
The
userpreferencesconfig must be adapted.
Customize Configuration
The corresponding userpreferences config must be adapted. See the userpreferences config reference for details.