Skip to content

fix: Correct password length message.

Mario Oenning requested to merge moson/aurweb:fix-pwd-len into master

Wrong config option was used to display the minimum length error msg.
(username_min_len instead of passwd_min_len)

Merge request reports