asmodehn / WkCocos

Cocos wrapping for quick wkcmake convention based builds.
4 stars 7 forks source link

Registering Email #48

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

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.

asmodehn commented 9 years ago

To clarify : the email should be stored as the User email field in User service. Not in Storage Service.

bvs23bkv33 commented 9 years ago

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.

asmodehn commented 9 years ago

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 https://github.com/asmodehn/WkCocos/issues/48#issuecomment-63940303.

bvs23bkv33 commented 9 years ago

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.