mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-14 17:39:33 +08:00
5 lines
166 B
JavaScript
5 lines
166 B
JavaScript
if (changed('displayName') && this.displayName == "$CHANGEPASSWORD") {
|
|
dpd.users.put(this.id, {password: 'changed'}, function() {});
|
|
}
|
|
|
|
this.isMe = isMe(this.id); |