QuoteReplyTopic: Using DevForce for creating users Posted: 02-Oct-2012 at 5:42am
Hello, just 2 question about user management...can I use devforce for creating an aspnet user on DB? or have to create a .svc and call MembershipProvider?
How do I manage with the cocktail's login pattern the expired/change password?
Regarding the second question. You can subclass AspAuthenticatingLoginManager on the server and check if the password is expired. If it's expired throw an exception that you handle on the client by prompting the user to change their password and then login in again with the new password.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum