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 OWNER `deleteById`
|
||||||
* - ALLOW EVERYONE `login`
|
* - ALLOW EVERYONE `login`
|
||||||
* - ALLOW EVERYONE `logout`
|
* - ALLOW EVERYONE `logout`
|
||||||
* - ALLOW EVERYONE `findById`
|
* - ALLOW OWNER `findById`
|
||||||
* - ALLOW OWNER `updateAttributes`
|
* - ALLOW OWNER `updateAttributes`
|
||||||
*
|
*
|
||||||
* @property {String} username Must be unique
|
* @property {String} username Must be unique
|
||||||
|
|
Loading…
Reference in New Issue