Merge pull request #1668 from philix/comment
Update comment about user ACL to reflect implementation
This commit is contained in:
commit
34fca67ee0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue