Skip to content

Sensible Data Profile

cardoppler edited this page Jul 16, 2013 · 7 revisions

[All the editable fields are not-authorized fields.]

Username

  • Non-editable django username.
  • 6-char long.
  • Allowed chars {letters, numbers, underscore}.

First Name and Last Name

  • Populated when the user links his profile to some account or manually.
  • Both fields are editable.

Email

  • 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

  • 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.
Clone this wiki locally