gigya change email address when user name
Many thanks
Hope this helps you to understand how that works and how you can handle it:
The accounts.setAccountInfo
API call (supported by both the Web SDK and the REST API) can be used to add or remove the email addresses that are being used as login identifiers on the account:
Note: There must be at least one login identifier left on the account, otherwise this operation will trigger an error. Therefore, if there is only one remaining email address left as a login identifier on the account, it is necessary to make two separate requests (to add first, then remove).
After you manage user emails, you can resend confirmation email with the API call:
accounts.resendVerificationCode(params)
Links
http://developers.gigya.com/display/GD/Account+REST
http://developers.gigya.com/display/GD/accounts.setAccountInfo+REST
http://developers.gigya.com/display/GD/accounts.setAccountInfo+JS
https://developers.gigya.com/display/GD/accounts.resendVerificationCode+JS
链接地址: http://www.djcxy.com/p/92912.html
上一篇: 用于SQL Server中电子邮件地址的NVARCHAR(?)
下一篇: gigya在用户名时更改电子邮件地址