Update comment about user ACL to reflect implementation
This commit is contained in:
parent
8d02e42cf3
commit
355ff8ee41
|
@ -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