This article shows you how to interact wtih strings (including measure the length)
So after you have the *input_text command, you’d just set up an *if statement
*if (length(word) < 10)
Your password is too short!
*else
(Blah)```
If I'm interpreting it correctly.
(Edit: Because I accidentally posted the thing before I finished)