Uh oh!
There was an error while loading. Please reload this page.
Do not emit UserCreatedEvent twice - #23887
Conversation
ChristophWurst
commented
Nov 4, 2020
DCO check failed: https://github.com/nextcloud/server/pull/23887/checks?check_run_id=1351716573 Please sign off your commit :) |
… anymore, as event is already emitted in user manager Signed-off-by: Tobias Assmann <tobias.assmann@ecsec.de>
MorrisJobke
commented
Nov 4, 2020
@ecsecta Mind to also remove the |
7118path
commented
Nov 5, 2020
Yup, sorry. |
Signed-off-by: Tobias Assmann <tobias.assmann@ecsec.de>
MorrisJobke
commented
Nov 5, 2020
Don't worry - that's what we have the CI jobs for. Reminding us of the easy to forget stuff. |
MorrisJobke
commented
Nov 5, 2020
Static code analysis fail is unrelated. That is from a wrong merge from yesterday. |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
MorrisJobke
commented
Nov 5, 2020
/backport to stable20 |
The backport to stable20 failed. Please do this backport manually. |
MorrisJobke
commented
Nov 5, 2020
MorrisJobke
commented
Nov 5, 2020
Backport in #23917 |
no more translation from postCreateUser hook to UserCreatedEvent anymore, as event is already emitted in user manager
Fixes#23797