Option to store user id instead of serialized user
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.