Goodmorning all! Not sure if I am in the right pla...
# package-development
s
Goodmorning all! Not sure if I am in the right place here so forgive me if not. We are package developpers (but more for clients specific) that worked the last 15 years or so with different .NET CMS. We are evaluating Umbraco if it can be the right choice for future projects. We attended Godegarden yesterday and nice to see the Community 🙂 Our biggest hesitation is the fact Backoffice login (users) and Front Office login (members) are seperated. For a website this is excellent but in our cases this can be a problem. Let me explain. We make a lot of client portals of all kind. so to make it simple you would have 2 kind of users. backoffice and front office. However in 90% of our cases the backoffice user should also be in the front office part of the system and do things specific to that client user. So maybe we are thinking this wrong but we assumed we make a backoffice dashboard that list the members (and lots of other adminstration backoffice functions). But from this member list they should be able to dive into the front office part of the member. So in Umbraco we should then use some impersonasation with extra session so we see it is a backoffice user in the client part of the system? Or build things twice. Both in the backoffice and for member in the front office (the actual website)? (in our current cms there is 1 userbase devided by role so this makes things more easy) Also the member to role is pretty simple. Either you are in or out of the role. Is there no option of start en end date of role membership? Or do we need to extend this ourselves? Sorry for the long question 😇