Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
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
just nothing happens (with custom membership provider)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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?
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
just nothing happens (with custom membership provider)
is working on a reply...