I'm looking for a module to implement 2 different types of accounts with different roles.
This module looks very promising and it feels like a proper D8 solution.

There's a similar Multiple Registration module which is more complicated (as of now, it uses field settings instead of form modes).

I like this module better but I have a question.
Each user type should have a separate subset of user fields during registration and profile editing. I couldn't find out if this module provide for the latter.

If not, what would be the best solution to this? I don't want to mess with the fields permissions.

Thanks!

Comments

scoff created an issue.

kpv’s picture

I suppose, that could be implemented as a stand-alone solution (module) that would allow to change form mode used when editing an entity (user, node etc.) based on some kind of rules (e.g. Conditions Plugins or Rules module) and then reused by Registration Types.

Ideas and suggestions are welcome

bsnodgrass’s picture

We are looking to potentially use this module. We have used https://www.drupal.org/project/form_mode_manager in some of our sites. This might be worth consideration for this issue.