whitelabel
This module's aim is to bring white label functionality to Drupal by allowing certain users to add their own logo and color scheme* to their profiles.
Then the module automatically adds a white label token to all outbound url's so links in emails will include the current user's white label token and users clicking the links will end on the white labeled website.
The white label owner should be the one to create the url, e.g. send the mail as rss fields and such are all built by the system and will not contain the (right) white label part.
* The theme needs to support core's color module in order for color schemes to work.
Drupal 8
Most of the core mechanics of the Drupal 8 version are working and are covered by tests.
D8 Installation and configuration
White label works by adding a white label reference field to any entity (user, shop, etc) and filling if on the entity edit page. The configuration page can be used to control how much users can modify.
Drupal 7
The Drupal 7 version of this module is/was more a proof-of concept. A lot of work has gone in the Drupal 8 version and as such, the Drupal 7 version will be minimally maintained.
D7 Installation and configuration
This module requires some modification in settings.php to work properly. Please follow the instructions in the README file.