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 503 posts 966 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 1911 posts 5735 karma points MVP 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 503 posts 966 karma points c-trib
    Dec 27, 2017 @ 02:44
    Murray Roke
    0

    just nothing happens (with custom membership provider)

Please Sign in or register to post replies

Write your reply to:

Draft