-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Register event needs to be changed to after persist #5
Comments
I can now listen for the event and make updates to the user document to add some extra embedded profile documents to the user.
...
|
For diffs, you can send a pull request instead of hosting the diff yourself. |
You're absolutely right that an event should be fired after registration with the modified user object (with the ID populated). I'll try to get this in soon. |
I've submitted a PR (#101) which takes care of this issue. It adds a |
Thanks @adamlundrigan! |
I am able to get a listener working for the register event but it needs to be moved to after persist to get the modified user document with the id so further details can be added to it.
http://dl.dropbox.com/u/3394987/ZfcUser.diff
If there is a better way to supply diffs in github I'm all ears .
The text was updated successfully, but these errors were encountered: