diff --git a/users.js b/users.js index 94a272a88f..229984a311 100644 --- a/users.js +++ b/users.js @@ -694,7 +694,7 @@ User = (function () { this.locked = '#range'; this.updateIdentity(); } - } else if (this.locked && lockedRanges[this.locked]) { + } else if (this.locked && (this.locked === '#range' || lockedRanges[this.locked])) { this.locked = false; this.updateIdentity(); }