docfix/tweaked the comments

This commit is contained in:
Hongwei 2025-02-26 14:53:25 +01:00
parent eaacc5140f
commit 0c7606da9a

View File

@ -795,7 +795,7 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
return false
}
// 2nd: check the password length between 10 and 512
// 2nd: check the password length between 17 and 512
if (password.length > 16 && password.length <= 512) {
return true
}