I am using Oracle.Web.Security.OracleMembershipProvider MembershipProvider for my ASP.NET application. My login form has username, password and email address.
After logging in, I can access the user name with User.Identity.Name.
- How can I retrieve email address? I cannot find this in User object.
- How can I alter the have two different types of users (Those with write access and those with read access).
- I need to create another tables with the userid as foreign key. How can I retrieve that so that I can enter in other tables as foreign key.