Replies: 2 comments 1 reply
-
The entire user handling needs reviewing. This atomically splitting of micro-functionalities is more the way Drupal and Wordpress handle stuff, so we should take care with how we handle that. I've been quite frustrated with Drupal when I needed some functionality, but that was is a small package, depending on other packages that had conflicting version requirements. Nightmare :-) If you want to move this into a separate package, I think you will need to have some events defined that will let you plug into the basic icms flows of registering a user, user-related information tables and so on. |
Beta Was this translation helpful? Give feedback.
-
I think invites doesn't depend on user heavily. It can be separated. From otherside not many people knows how this functionality works I think. I didn't see anything that used this functionality. So, we could reimagine it. |
Beta Was this translation helpful? Give feedback.
-
And yes this module should be suggested by composer!
Less not frequently used code in core = easier management.
Beta Was this translation helpful? Give feedback.
All reactions