Closed ecb34 closed 5 years ago
is there a way to create on the fly a user in a group dynamically using the username, email, role...?
e.g: according to his role, add the user to the group admin or guest
You could extend the createUser method to do that, using the super pattern.
createUser
https://docs.apostrophecms.org/apostrophe/other/glossary#super-pattern
is there a way to create on the fly a user in a group dynamically using the username, email, role...?
e.g: according to his role, add the user to the group admin or guest