如何向用户提供备用电子邮件ID。

编程入门 行业动态 更新时间:2024-10-25 05:27:41
本文介绍了如何向用户提供备用电子邮件ID。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我想为创建帐户的任何用户提供备用电子邮件ID。我必须在User Object表中提供其他列。并且还提供使用任一电子邮件ID登录的功能。

I want to provide an alternate e-Mail ID to any user who creates an account. I have to provide additional column in the User Object table. And also provide thefunctionalitytolog inusing either of the e-Mail IDs.

请帮助。

推荐答案

扩展用户配置文件系统。

Extend User Profile system.

备份SQL数据库并从Commerce服务器管理器导出当前配置文件架构进行备份

Backup your SQL database and export current profile schema from Commerce server managerfor backup

1。修改你的表

2。在Commerce Server管理器中,配置文件 - > {Machine} _ {SiteName} _Profiles - >数据源 - >数据对象 - >用户对象,添加此新列

2. In Commerce Server manager, Profiles ->{Machine}_{SiteName}_Profiles ->Data Sources -> Data Objects -> User Object, add this new column

3。在Commerce Server管理器中,配置文件 - > {Machine} _ {SiteName} _Profiles - >个人资料目录 - >简介定义 - >用户对象映射新添加的对象(参考其他属性如何映射

3. In Commerce Server manager, Profiles -> {Machine}_{SiteName}_Profiles ->Profile Catalog -> Profile Definitions -> User Object map the newly added one (refer other properties how it is mapped

4.修改metadatadefinitions.xml用户配置文件实体。

4. modify metadatadefinitions.xml User Profile entity.

5.修改您的代码(CS扩展性工具包上的UserProfile.cs,如果您正在使用)。

5. Modify your code (UserProfile.cs on CS extensibility kit if you are using).

更多推荐

如何向用户提供备用电子邮件ID。

本文发布于:2023-10-30 04:02:15,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1541700.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:用户提供   电子邮件   ID

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!