-
Some custom modules need to create their own roles, and it must be added before the CreateSite method is executed because the page templates will use the previously created roles. |
Beta Was this translation helpful? Give feedback.
Answered by
sbwalker
Apr 5, 2023
Replies: 1 comment
-
Why not simply create your custom roles at the top of your CreateSite() method? The idea behind the CreateSite() method is that you can execute whatever custom logic you need for provisioning a site. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lthoa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why not simply create your custom roles at the top of your CreateSite() method? The idea behind the CreateSite() method is that you can execute whatever custom logic you need for provisioning a site.