diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-25 17:39:27 +0200 |
commit | 8cc6120118a9fb75b3165c9f84b2d0068d1ade72 (patch) | |
tree | 3d2f0fc03496de4c5bf80e434bcb4a70d9729549 /scripts/reset-password.ts | |
parent | 262f8ff63109c8a95d9d149c1951cffd4c8301ef (diff) | |
download | PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.gz PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.tar.zst PeerTube-8cc6120118a9fb75b3165c9f84b2d0068d1ade72.zip |
Upgrade server dependencies
Diffstat (limited to 'scripts/reset-password.ts')
-rwxr-xr-x | scripts/reset-password.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/reset-password.ts b/scripts/reset-password.ts index 7c1a64a3f..4c45396d4 100755 --- a/scripts/reset-password.ts +++ b/scripts/reset-password.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { registerTSPaths } from '../server/helpers/register-ts-paths' | 1 | import { registerTSPaths } from '../server/helpers/register-ts-paths' |
2 | registerTSPaths() | 2 | registerTSPaths() |
3 | 3 | ||
4 | import * as program from 'commander' | 4 | import { program } from 'commander' |
5 | import { initDatabaseModels } from '../server/initializers/database' | 5 | import { initDatabaseModels } from '../server/initializers/database' |
6 | import { UserModel } from '../server/models/user/user' | 6 | import { UserModel } from '../server/models/user/user' |
7 | import { isUserPasswordValid } from '../server/helpers/custom-validators/users' | 7 | import { isUserPasswordValid } from '../server/helpers/custom-validators/users' |