If, in the web.config, you have configured the membership provider to use hashed passwords instead of encrypted, then you get an error when you try to send a notification after changing the roles of a user.
The error is : Critical Error: This Membership Provider has not been configured to support password retrieval.
The reason is obvious: You try to replace the ******** with the actual password.
But in this circumstance you can't retrieve the password. So please add a check so that the notification can go through.
Rob
The error is : Critical Error: This Membership Provider has not been configured to support password retrieval.
The reason is obvious: You try to replace the ******** with the actual password.
But in this circumstance you can't retrieve the password. So please add a check so that the notification can go through.
Rob