UserRules::update()
Validates if the user can be updated
Parameters
Name | Type | Default |
---|---|---|
$user * | Kirby\Cms\User |
– |
$values | array |
[ ] |
$strings | array |
[ ] |
Return type
bool
Exceptions
Type | Description |
---|---|
Kirby\Exception\PermissionException |
If the user it not allowed to update this user |