Skip to content

Commit

Permalink
Merge pull request #5248 from ProcessMaker/feature/FOUR-10252
Browse files Browse the repository at this point in the history
feature/FOUR-10252: Create a new permission to edit password
  • Loading branch information
pmPaulis committed Sep 1, 2023
2 parents 6f3655b + 8f6a755 commit 26111a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/seeders/PermissionSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class PermissionSeeder extends Seeder
'view-other-users-profiles',
'edit-personal-profile',
],
'Username and Password' => [
'edit-user-and-password',
],
'Requests' => [
'view-all_requests',
'edit-request_data',
Expand Down

0 comments on commit 26111a4

Please sign in to comment.