Currently Multiversion does not support the user entity. The reason is because we can't change storage handlers for entity types that already have content (the user table always have the anonymous and admin user).

So we need to either:

  1. Figure out how to install the new storage handler for users and provide a migration between the two handlers
  2. Provide a custom installation profile that installs the Multiversion storage handler from scratch (before any users exists), if that's even possible.

We need to discuss what approach would be best here.

Comments

dixon_’s picture

Assigned: Unassigned » jeqq
jeqq’s picture

Status: Active » Needs review

I've created a pull request for this implementation: https://github.com/dickolsson/drupal-multiversion/pull/26

dixon_’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.