Registering Email
Opened this issue · 4 comments
The user needs to be able to register his email.
We need to verify that the email is unique ( I think App42 already does it ? )
the point is to use this as a "cross platform identifier" so that a player can get back his data when migrating device... this will be another task tho.
This issue is only about being able to register an email into the account properly ( as App42 expects it ) and make sure it is unique.
To clarify : the email should be stored as the User email field in User service. Not in Storage Service.
http://api.shephertz.com/app42-docs/user-management-service/?sdk=cocos2dx#create-user
Create User
This function allows you to create a User session for the specified User. Note: Username and EmailId should be unique for the App.
The point of this task is to set an email for an already existing user.
The new email will replace the old @fake.net auto email address.
On Nov 21, 2014 5:38 PM, "Ivan" notifications@github.com wrote:
http://api.shephertz.com/app42-docs/user-management-service/?sdk=cocos2dx#create-user
Create User
This function allows you to create a User session for the specified User.
Note: Username and EmailId should be unique for the App.—
Reply to this email directly or view it on GitHub
#48 (comment).
http://api.shephertz.com/app42-docs/user-management-service/?sdk=cocos2dx#create-or-update-user-profile
Create Or Update User Profile
Note: Method only updates the profile of user, Passing email/password in the user object does not have any significance for this method call.