From 355ff8ee410458e58f33907aae76d73a60afb82c Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Fri, 11 Sep 2015 21:57:55 -0300 Subject: [PATCH] Update comment about user ACL to reflect implementation --- common/models/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/user.js b/common/models/user.js index dd98f2e5..224ce924 100644 --- a/common/models/user.js +++ b/common/models/user.js @@ -39,7 +39,7 @@ var debug = require('debug')('loopback:user'); * - ALLOW OWNER `deleteById` * - ALLOW EVERYONE `login` * - ALLOW EVERYONE `logout` - * - ALLOW EVERYONE `findById` + * - ALLOW OWNER `findById` * - ALLOW OWNER `updateAttributes` * * @property {String} username Must be unique