You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

creating_profiles.txt 1.2 KiB

1234567891011121314151617181920212223242526
  1. Creating Users (Profile)
  2. ========================
  3. A Profile (=user) has a unique identity in the system and can be tagged as an "onwer" to a data record.
  4. Profiles can also be assigned Roles that restrict what they can do. You can also define custom logic
  5. for a Profile
  6. To create a new Profile:
  7. #. Create a new Profile via "New" on the top toolbar
  8. #. Enter the mandatory "First Name" and "Email" values
  9. #. "Save" the profile via the "Save" button
  10. #. The user will be sent an email with her random-genereated password. You can also set a custom password
  11. by clicking on the "Password" tab and setting the password.
  12. #. *To assign a role, click on the "Roles" tab and add a "Role" in the table.*
  13. Once a Profile is created, the user can login with the login id (email) and password.
  14. .. note::
  15. Profiles are given an id that is the same as their email id. Why did we do this?
  16. * Email Ids are good unique identifiers. Your users may have the same first and last names,
  17. but they would have separate Email Ids
  18. * People usually remember their email ids
  19. * Email Ids are these days the de-facto way to define login-ids