Added user consent pages (#6430)

- "Your Rights & Consent" user settings page
This commit is contained in:
Julian Lam
2018-04-09 12:22:44 -04:00
parent 7cd004ca23
commit 8e822c7772
10 changed files with 120 additions and 12 deletions

View File

@@ -68,6 +68,17 @@ helpers.getUserDataByUserSlug = function (userslug, callerUID, callback) {
globalMod: true,
admin: true,
},
}, {
id: 'consent',
route: 'consent',
name: '[[user:consent.title]]',
visibility: {
self: true,
other: false,
moderator: false,
globalMod: false,
admin: false,
},
}],
}, next);
},