Merge pull request #1668 from philix/comment

Update comment about user ACL to reflect implementation
This commit is contained in:
Miroslav Bajtoš 2015-10-09 23:12:49 +02:00
commit 34fca67ee0
1 changed files with 1 additions and 1 deletions

View File

@ -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