Registerning Admin Users #188
Unanswered
mehdihadeli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @kgrzybek,
I Couldn't find registering admin users in your code!
Do we use
UserRegistrationclass also for admin member (or this class is only for member roles and confirm their registrations)? And inUserRegistrationConfirmedevent handler we create a newUserentity with admin role?Right now in
CreateFromUserRegistrationof User aggregate you hard coded roles toMemberRole. What we should do if we want to handle admin users registration in application level not database?Beta Was this translation helpful? Give feedback.
All reactions