Project-Seppia / Seppia-Android

0 stars 0 forks source link

user information #1

Open yooyisi opened 8 years ago

yooyisi commented 8 years ago

like name, email, phone...

You can check userpool in aws, like this one we use temporarily now, as reference.

Markalov commented 8 years ago

• Password: 1. At least 8 digits. 2. Must have English letters and numbers (both). 3. Case sensitive(Upper and lower cases are different) • User attributes: Required: Name, Email (with verify) and IMEI code Optional: Age, Gender, and Region. • Name is used as alias. 1 Email address corresponds to 1 name. • Name should be at least 5 characters, only allows number and English letter, case sensitive. Letters (Upper/lower cases) are mandatory but numbers are not. Name should not be duplicated. • IMEI code is not provided by the user, android has function to extract these information. (IMEI on GSM, MEID for CDMA)

yooyisi commented 8 years ago
Markalov commented 8 years ago
tianmingxu-sq commented 8 years ago

I believe that Amazon Cognito supports SMS and Email verification.

yooyisi commented 8 years ago

I think the IMEI code is not necessary. Even if we want to make use of this data, we can collect it in other ways

Markalov commented 8 years ago

Update of the discussion results.

• Password: 1. At least 8 digits. 2. Must have English letters and numbers (both). 3. Case sensitive(Upper and lower cases are different) • User attributes: Required: Name and Email (with verification) Optional: Age, Gender, and Region. • Name is used as alias. 1 Email address corresponds to 1 name. • Name should be at least 5 characters, only allows number and English letter, case sensitive. Letters (Upper/lower cases) are mandatory but numbers are not. Name should not be duplicated.