# PersonUser

**Kind:** Class

**Source:** `Frontend/src/app/models/security/person-user.model.ts` (line 3)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `PersonUserID` | `number` |
| `UserName` | `string` |
| `PasswordHash` | `string` |
| `PasswordSalt` | `string` |
| `IsActive` | `boolean` |
| `Email` | `string` |
| `EmailConfirmationCode` | `string` |
| `EmailConfirmed` | `boolean` |
| `PhoneNumber` | `string` |
| `PhoneNumberConfirmationCode` | `string` |
| `PhoneNumberConfirmed` | `boolean` |
| `LockoutEnabled` | `boolean` |
| `IsMain` | `boolean` |
| `UserRoles` | `RoleUser[]` |
| `AllowedBranchs` | `UserBranchsPermissions[]` |
| `EmpolyeeID` | `number` |
| `LinkedtoEmpolyee` | `boolean` |
| `IsResponsible` | `boolean` |
| `TwoFactorEnabled` | `boolean` |

## Relationships

- IMPORTS → `RoleUser`
- IMPORTS → `UserBranchsPermissions`

## Used by

7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (7)

- `AccountManagersComponent` — `Frontend/src/app/components/configuration/account-managers/account-managers.component.ts`:1
- `UserEditComponent` — `Frontend/src/app/components/security/users/edit/edit.component.ts`:1
- `NewUserComponent` — `Frontend/src/app/components/security/users/new/newUser.component.ts`:1
- `PrincipalUserDetailsComponent` — `Frontend/src/app/components/security/users/principal-user-details/principal-user-details.component.ts`:1
- `UserDetailsComponent` — `Frontend/src/app/components/security/users/users-details/user-details.component.ts`:1
- `UsersListComponent` — `Frontend/src/app/components/security/users/users-list/users-list.component.ts`:1
- `Person` — `Frontend/src/app/models/person/person.model.ts`:4
