Skip to content

Option to store user id instead of serialized user

Compare
Choose a tag to compare
@mtudor mtudor released this 22 Apr 15:21
· 12 commits to master since this release

Serializing the user can / does cause issues with Doctrine. To allow this to be avoided, a config option has been added to allow the module to store the impersonating user as just the user id. The user is then reconstructed from this id in ZfcUser code.