mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 04:37:12 +02:00
chmod +x
This commit is contained in:
parent
6794bee604
commit
bcd3d1aa75
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
/* jslint node: true */
|
/* jslint node: true */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
@ -85,7 +87,7 @@ function handleUserCommand() {
|
||||||
function setNewPass(userId, callback) {
|
function setNewPass(userId, callback) {
|
||||||
assert(_.isNumber(userId));
|
assert(_.isNumber(userId));
|
||||||
assert(userId > 0);
|
assert(userId > 0);
|
||||||
|
|
||||||
var u = new user.User();
|
var u = new user.User();
|
||||||
u.userId = userId;
|
u.userId = userId;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue