diff options
Diffstat (limited to 'scripts/reset-password.js')
-rwxr-xr-x | scripts/reset-password.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/reset-password.js b/scripts/reset-password.js index 5ae3af9ea..49a481a18 100755 --- a/scripts/reset-password.js +++ b/scripts/reset-password.js | |||
@@ -2,8 +2,6 @@ | |||
2 | 2 | ||
3 | 'use strict' | 3 | 'use strict' |
4 | 4 | ||
5 | // TODO: document this script | ||
6 | |||
7 | const program = require('commander') | 5 | const program = require('commander') |
8 | 6 | ||
9 | const db = require('../server/initializers/database') | 7 | const db = require('../server/initializers/database') |