I have an Umbraco site where I need both public-facing pages and internal pages accessible to logged in Umbraco users only. I'm using 6.05, with one standard Umbraco SQL database which contains both ASP.NET membership/ roles/ profile data (I assume) and the Umbraco content itself.
I've managed to create a "member group" called "admin". Then, by right clicking a node, I can set "public access" to that "member group". The effect of that is part of what I want: public access is denied.
However I can't work out how to put a user into that "member group", so even if I'm logged in, I can't access it.
I assume tghat's because there are no users (members?) in the "member group". How do I assign a role to a user?
Users, Roles. Members: Page Access
I have an Umbraco site where I need both public-facing pages and internal pages accessible to logged in Umbraco users only. I'm using 6.05, with one standard Umbraco SQL database which contains both ASP.NET membership/ roles/ profile data (I assume) and the Umbraco content itself.
I've managed to create a "member group" called "admin". Then, by right clicking a node, I can set "public access" to that "member group". The effect of that is part of what I want: public access is denied.
However I can't work out how to put a user into that "member group", so even if I'm logged in, I can't access it.
I assume tghat's because there are no users (members?) in the "member group". How do I assign a role to a user?
thanks in advance...
is working on a reply...