Skip to content

Commit

Permalink
fix: grant access for reset pass route
Browse files Browse the repository at this point in the history
  • Loading branch information
impactmass committed Jan 14, 2019
1 parent a34e99b commit a9e5d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/plugins/core/accounts/server/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Hooks.Events.add("afterCoreInit", () => {
Reaction.addRolesToGroups({
allShops: true,
groups: ["guest", "customer"],
roles: ["account/verify"]
roles: ["account/verify", "reset-password"]
});
});

0 comments on commit a9e5d85

Please sign in to comment.