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,
|
principalId: Role.OWNER,
|
||||||
permission: ACL.ALLOW,
|
permission: ACL.ALLOW,
|
||||||
property: "updateAttributes"
|
property: "updateAttributes"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
principalType: ACL.ROLE,
|
||||||
|
principalId: Role.EVERYONE,
|
||||||
|
permission: ACL.ALLOW,
|
||||||
|
property: "confirm"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
relations: {
|
relations: {
|
||||||
accessTokens: {
|
accessTokens: {
|
||||||
|
|
Loading…
Reference in New Issue