Q1
A) Is there a way to create membership database ( using aspnet_regsql tool ) where each user could have several email addresses specified ( instead of just one ) during registration process?
A)是否有办法创建成员资格数据库(使用aspnet_regsql工具),其中每个用户在注册过程中可以指定多个电子邮件地址(而不是一个)?
B) Is there also a way to somehow "inform" Security wizard in WAT to include new input fields ( where additional email addresses would be entered ) when creating new user account?
B)在创建新用户帐户时,是否还有一种方法以某种方式“通知”WAT中的安全向导包括新输入字段(将输入其他电子邮件地址)?
thanx
1 个解决方案
#1
I think Profiles will solve your problem. Here's a blog post from ScottGu on implementing membership with profiles.
我认为Profiles将解决您的问题。这是ScottGu关于使用个人资料实现会员资格的博客文章。
#1
I think Profiles will solve your problem. Here's a blog post from ScottGu on implementing membership with profiles.
我认为Profiles将解决您的问题。这是ScottGu关于使用个人资料实现会员资格的博客文章。