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
-
Hi @kgrzybek,
I Couldn't find registering admin users in your code!
Do we use
UserRegistration
class also for admin member (or this class is only for member roles and confirm their registrations)? And inUserRegistrationConfirmed
event handler we create a newUser
entity with admin role?Right now in
CreateFromUserRegistration
of 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