Copied to clipboard

Flag this post as spam?

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


  • Murray Roke 467 posts 875 karma points c-trib
    Dec 18, 2017 @ 02:14
    Murray Roke
    0

    Inherit from & override UsersMembershipProvider

    Hi, I have an old project I'm re-building, it has a custom back office membership provider that does some extra logging and extra password complexity and re-use checks.

    When I use the membershipProvider in my web config like so nothing happens.

    <add name="UsersMembershipProvider" type="MyNamespace.TrackUsersMembershipProvider, MyNamespace" ... />
    

    Is this no-longer possible? if I have to re-write this functionality to do the extra checks & logging, What is the best way to go about doing that?

  • Markus Johansson 1701 posts 4879 karma points c-trib
    Dec 22, 2017 @ 13:50
    Markus Johansson
    0

    Hi!

    I guess that a custom provider would be best (or maybe event handlers on the UserService - but probably not).

    Do you get any errors? Or just nothing happens?

    / m

  • Murray Roke 467 posts 875 karma points c-trib
    Dec 27, 2017 @ 02:44
    Murray Roke
    0

    just nothing happens (with custom membership provider)

  • 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