Copied to clipboard

Flag this post as spam?

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


  • Simon Dingley 1431 posts 3332 karma points c-trib
    May 14, 2010 @ 13:27
    Simon Dingley
    0

    Duplicate Usernames Permitted Allows Potential Access to other members data

    I have just taken a call from a client advising me that one of their paid members has logged into their account and been able to access the details of a former member which raises obvious privacy issues. On investigation both the current and former members seem to have the same login/username? Anyone else experienced the issue or similar?

    Running Umbraco 4.0.3

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    May 14, 2010 @ 14:00
    Sebastiaan Janssen
    0

    Scary! How do you create your users? You should check to see if the username already exists obviously..

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    May 14, 2010 @ 14:04
    Dirk De Grave
    0

    Hi Simon,

    It's something that should be handled automatically by the memberhip provider. I've checked the code for 4.0.3 and it shouldn't be possible to create a member with the same username as it will raise an exception (if using Member.MakeNew()) or set status parameter of CreateUser() to MembershipCreateStatus.DuplicateUserName 

    Still doesn't answer your question, but might be helpful in checking on a local installation

     

    Cheers,

    /Dirk

     

     

  • Simon Dingley 1431 posts 3332 karma points c-trib
    May 15, 2010 @ 07:45
    Simon Dingley
    0

    The client sets the username themselves using the UI so to be honest I am not entirely sure how this situation was achieved at the moment. Changing the members username corrected the situation and luckily on this occasion the member was honest enough to come forward and let them know.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies