In my Lightswitch application I must store additional informations like address and phone numbers for the users. is this possible, and if so, how to do this?
In my Lightswitch application I must store additional informations like address and phone numbers
Share
You your read Creating a Relationship on current User through SecurityData.UserRegistrations Table Richard Waddell ‘s post.
This article explains how to extend user info in lightswitch.
Basicaly you should create a model with a
usernameproperty. This property is binded to lightswitch form users. From Michael’s post:To get current user profile: