summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/routes/auth/login.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/auth/login.ts b/src/routes/auth/login.ts

index 82cefae8..af00a46d 100644 --- a/src/routes/auth/login.ts +++ b/src/routes/auth/login.ts
@@ -15,7 +15,7 @@ router.post( RateLimit({ count: 5, window: 60, onylIp: true }), check({ login: new Length(String, 2, 100), // email or telephone - password: new Length(String, 8, 64), + password: new Length(String, 8, 72), $undelete: Boolean, $captcha_key: String, $login_source: String,