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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ var debug = require('debug')('loopback:user');
54
54
* @property {String} email Must be valid email.
55
55
* @property {Boolean} emailVerified Set when a user's email has been verified via `confirm()`.
56
56
* @property {String} verificationToken Set when `verify()` is called.
57
-
* @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.
57
+
* @property {String} realm The namespace the user belongs to. See [Partitioning users with realms](http://loopback.io/doc/en/lb2/Partitioning-users-with-realms.html) for details.
58
58
* @property {Object} settings Extends the `Model.settings` object.
59
59
* @property {Boolean} settings.emailVerificationRequired Require the email verification
0 commit comments