You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/models/user.js
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,6 @@ var debug = require('debug')('loopback:user');
53
53
* @property {Boolean} emailVerified Set when a user's email has been verified via `confirm()`.
54
54
* @property {String} verificationToken Set when `verify()` is called.
55
55
* @property {String} realm The namespace the user belongs to. See [Partitioning users with realms](https://docs.strongloop.com/display/public/LB/Partitioning+users+with+realms) for details.
56
-
* @property {Date} created The property is not used by LoopBack, you are free to use it for your own purposes.
57
-
* @property {Date} lastUpdated The property is not used by LoopBack, you are free to use it for your own purposes.
58
-
* @property {String} status The property is not used by LoopBack, you are free to use it for your own purposes.
59
56
* @property {Object} settings Extends the `Model.settings` object.
60
57
* @property {Boolean} settings.emailVerificationRequired Require the email verification
0 commit comments