diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-27 11:18:53 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-27 11:18:53 +0100 |
commit | 9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff (patch) | |
tree | 97a98775f94f0c92baab7bbbf856ab7dc299451b /scripts/reset-password.js | |
parent | f7ac0f84e1135ce893be930da6d935216dac13d3 (diff) | |
download | PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.tar.gz PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.tar.zst PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.zip |
Admin password stuff
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') |