fix to enable ACL for confirm link sent by email
This commit is contained in:
parent
42c9777de3
commit
e52dbe2fb5
|
@ -90,7 +90,13 @@ var options = {
|
|||
principalId: Role.OWNER,
|
||||
permission: ACL.ALLOW,
|
||||
property: "updateAttributes"
|
||||
}
|
||||
},
|
||||
{
|
||||
principalType: ACL.ROLE,
|
||||
principalId: Role.EVERYONE,
|
||||
permission: ACL.ALLOW,
|
||||
property: "confirm"
|
||||
}
|
||||
],
|
||||
relations: {
|
||||
accessTokens: {
|
||||
|
|
Loading…
Reference in New Issue