w-a-r-m-inventory-system/Food-Pantry-Inventory

Add or Change a User

Closed this issue · 2 comments

Need code to add a user to the system.

  • Must supply values for these fields:
    • Assigned userid
    • First and Last names
    • Email address (optional)
    • Initial password
    • Title
    • Role (group permission)

Need code to change a user

  • Update all but the password

Need code to delete a user

  • Change Active flag to effectively stop a user from accessing the system.

Add requires an initial password which user is required to change on first login

  • Permitted roles (Permission levels)
    — Staff can set staff or volunteer
    — Admin can set any level

Issue addressed by #260. This issue has been closed.