Print Page | Close Window

Using DevForce for creating users

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=3687
Printed Date: 16-Apr-2025 at 2:36am


Topic: Using DevForce for creating users
Posted By: pponzano
Subject: Using DevForce for creating users
Date 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?

Thanks



Replies:
Posted By: sbelini
Date Posted: 02-Oct-2012 at 10:42am
Hi,
 
Regarding your first question, the DevForce Silverlight Business Templates show how aspnet users are created.
 
sbelini.


Posted By: mgood
Date Posted: 03-Oct-2012 at 5:36am
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.



Print Page | Close Window