Skip to content

Commit

Permalink
Merge pull request #7008 from MattieBelt/fix/reset-password-permission
Browse files Browse the repository at this point in the history
Fix all lowercase action name
  • Loading branch information
alexandrebodin committed Jul 15, 2020
2 parents f3e078c + 39284d1 commit c052268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const DEFAULT_PERMISSIONS = [
type: 'users-permissions',
roleType: 'public',
},
{ action: 'resetPassword', controller: 'auth', type: 'users-permissions', roleType: 'public' },
{ action: 'resetpassword', controller: 'auth', type: 'users-permissions', roleType: 'public' },
{ action: 'init', controller: 'userspermissions', type: null, roleType: null },
{ action: 'me', controller: 'user', type: 'users-permissions', roleType: null },
{ action: 'autoreload', controller: null, type: null, roleType: null },
Expand Down

0 comments on commit c052268

Please sign in to comment.