Maximum password length?

Cantor, Scott cantor.2 at osu.edu
Mon Feb 12 11:33:43 EST 2018


> What length limit does the IdP impose on password input fields?  I'm not
> really sure where to look for this in the source code.

idp/views/login.vm if there's a form field size limit. I don't think that there is, I think that would have to be explicitly done IIRC. In which case the limit is whatever the web server decides is acceptable for a POST body, give or take.

-- Scott



More information about the users mailing list