-
Notifications
You must be signed in to change notification settings - Fork 1
Sensible Data Profile
cardoppler edited this page Jul 16, 2013
·
7 revisions
[All the editable fields are not-authorized fields.]
- Non-editable django username.
- 6-char long.
- Allowed chars {letters, numbers, underscore}.
- Populated when the user links his profile to some account or manually.
- Both fields are editable.
- Django email field filled by the user at registration time.
- This email address needs to be frequently checked by the users, since it is a main communication channel.
- Editable in the profile page.
- Phone number field needs to be filled by the users, so it is not a authorized field.
- Nevertheless, it will become when Sensible Data will integrate SMS verification in future developments.