Copied to clipboard

Flag this post as spam?

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


  • Brian Scott 21 posts 41 karma points
    May 05, 2010 @ 11:20
    Brian Scott
    0

    Sites sharing Umbraco Users data source

    I'm wondering if there is a convenient way to use  a single database to store my umbraco admin / editor users amongst several sites. My requirement is to allow a set of users, the same across all sites, to have certain groups of permissions. Ideally I would like to avoid having to visit each site, create a new user each time and set up their corresponding permissions.

    Each site will also have seperate members.

    One solution I considered was to place a client reference against each member in a shared membership database. Then create some logic to prevent the member logging in when their client code did not match a web.config client reference key.

    Is there a better solution?

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    May 05, 2010 @ 14:02
    Hendy Racher
    0

    Hi Brian,

    There are seperate asp.net membership providers for both umbraco users and site members. How about a custom UsersMembershipProvider that talks to a common database ?

  • Brian Scott 21 posts 41 karma points
    May 05, 2010 @ 15:51
    Brian Scott
    0

    @Hendy,

    I don't know why I didn't check the web.config for the seperate providers! I just assumed they would be coupled.

    Thank.

Please Sign in or register to post replies

Write your reply to:

Draft