Update comment about user ACL to reflect implementation

This commit is contained in:
Felipe Oliveira Carvalho 2015-09-11 21:57:55 -03:00
parent 8d02e42cf3
commit 355ff8ee41
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