# setup-users-id-update

# User – Update View

**Module:** Setup  
**Screen Type:** Update View  
**URL:** `/^setup/users/<pk>/update/`  
**Model:** User  
**Record Name:** User  
**Plural Name:** Users  

---

## What This Screen Is For
_TODO: Explain what this screen does in plain language._

---

## What You See on This Screen
📸 _Add a screenshot of this screen._

## Fields on This Screen

| Field | Type | Description |
|------|------|------------|
| Password | Text | _TODO_ |
| Last Login | Date & time (optional) | _TODO_ |
| Superuser Status | Yes/No | Designates that this user has all permissions without explicitly assigning them. |
| Username | Text | Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. |
| First Name | Text | _TODO_ |
| Last Name | Text | _TODO_ |
| Email Address | Text | _TODO_ |
| Staff Status | Yes/No | Designates whether the user can log into this admin site. |
| Active | Yes/No | Designates whether this user should be treated as active. Unselect this instead of deleting accounts. |
| Date Joined | Date & time | _TODO_ |

## System Fields (Managed Automatically)

⚙️ These fields are managed by the system and usually do not need to be edited.

| Field | Type | Description |
|------|------|------------|
| Id | Auto number (ID) | _TODO_ |

---

## Common Tasks
- _TODO_

---

## Tips & Helpful Hints
💡 _TODO_

---

## Who Uses This Screen
- _TODO_

## Related Screens

- **List View** — [setup-users](https://help.brisksystems.us/books/brisk-documentation/page/setup-users)
- **Create View** — [setup-users-create](https://help.brisksystems.us/books/brisk-documentation/page/setup-users-create)
- **Detail View** — [setup-users-id](https://help.brisksystems.us/books/brisk-documentation/page/setup-users-id)
- **Update View** — [setup-users-id-password](https://help.brisksystems.us/books/brisk-documentation/page/setup-users-id-password)

---

## Advanced Notes
_TODO_