Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sajid Riaz 142 posts 165 karma points
    Nov 15, 2010 @ 15:08
    Sajid Riaz
    0

    Membership

    Hi,

    Can some one help me understand the umbraco users and members folders.

    I created a user in the users section and gave it a type of Administrator.  However I don't see Administrator under the usertypes node.  All I see is user, editor and translator.

    When i go into the members area I create a new membertype. I then create a new member and assign the new membertype.  I can also see password here.

    So I'm a bit confused...firstly whats the correct way to add users is it via  the users folder or the members folder?

    I would like to get ASP.NET Login controls functioning with umbraco.  So my question is geared around this.

     

    any help is much appreciated.

     

    thanks

     

     

     

     

     

     

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Nov 15, 2010 @ 15:29
    Sebastiaan Janssen
    0

    Members are members of the site (frontend) and users are backend users. 

    Go into your Users section and find the user that you want to give extra rights, once you open that one up, you get some checkboxes in the "Sections" area so you can pick which ones they will be able to see.

  • Sajid Riaz 142 posts 165 karma points
    Nov 15, 2010 @ 15:36
    Sajid Riaz
    0

    thanks Sebastiaan,

    Is there any way i create a custom web page that can give my admin user access to the umbraco backend, i.e., rather than have to navigate to umbra.aspx

     

    thanks

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Nov 15, 2010 @ 15:56
    Sebastiaan Janssen
    1

    Sure, you could create a url rewrite rule in your /config/UrlRewriting.config:

    This will make the backend accessible through http://yoursite.ext/admin

        <add name="admunRewrite"
                        virtualUrl="^~/admin"
                        rewriteUrlParameter="ExcludeFromClientQueryString"
                        destinationUrl="~/umbraco/umbraco.aspx"
                        ignoreCase="true" redirect="Application" />
  • Sajid Riaz 142 posts 165 karma points
    Nov 15, 2010 @ 16:10
    Sajid Riaz
    0

    thanks Sebastiaan. Done what you suggested above and works great.

     

    thanks

Please Sign in or register to post replies

Write your reply to:

Draft