I have our own system which has its own logging in facility and access to site pages based on their department. I am trying to migrate this site within umbraco 7, but so far if i get my side of things working (removing sections from the config file) i cant login into umbraco anymore but leaving things as they are means my user cant login as the code on our site is checking the type of user and the department they belong to - what options do i have here?
in member section you have to create member group and so add to this group your users. You can made more groups and you can add one user to more groups.
in content section: click with right mouse button on content node ( then also its children ) that you want protect. Choose Public access and then role based authentication ( if you use groups ).
Remember that you have to create login page to authenticate the users.
Thanks for that but having a quick read i dont think this is what im after :-(
My own system already has its login facility developed in house. I would like to have our own login system to be used alongside Umbraco's. So when a customer visits my site they will register and be added to our system. When an admin user needs to login (www.mysite.com/umbraco) then it will continue to use the users contained within the umbraco system.
Some say overriding the global.asax file could achieve this but i need some examples on how i could do this.
Migrating system into umbraco
I have our own system which has its own logging in facility and access to site pages based on their department. I am trying to migrate this site within umbraco 7, but so far if i get my side of things working (removing sections from the config file) i cant login into umbraco anymore but leaving things as they are means my user cant login as the code on our site is checking the type of user and the department they belong to - what options do i have here?
Does anyone have any idea?
Hi,
I think that you need to use member and membergroup and protect section with "public access" function.
Thanks for replying. Do you have any links I can follow to get grips with this?
Hi,
you can find some information here https://our.umbraco.org/projects/website-utilities/umbraco-7-editors-manual/ but it's simple to configure it.
Remember that you have to create login page to authenticate the users.
Thanks for that but having a quick read i dont think this is what im after :-(
My own system already has its login facility developed in house. I would like to have our own login system to be used alongside Umbraco's. So when a customer visits my site they will register and be added to our system. When an admin user needs to login (www.mysite.com/umbraco) then it will continue to use the users contained within the umbraco system.
Some say overriding the global.asax file could achieve this but i need some examples on how i could do this.
is working on a reply...