You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add validation to config_panel.toml, not very sure about the syntax, but you should get the idea. Maybe a lower limit should be introduced as well. And maybe there are more perks to it that I did not notice.
[main.extra.new_password]
pattern.regexp = '[ -~]{,72}'pattern.error.en = "Your password must only contain ASCII characters and cannot have more than 72 characters
Describe the bug
There is no pre-validation of the
main.extra.new_password
fromconfig_panel.toml
which leads to errors at installation step.Context
Steps to reproduce
VWÎQF¯ê6Ò´3ÜÂû°QOÔQà8±©¨6àaÕ¨Há§ïN¨ZµÆøYpsVçiUBò¼T¸H²NügÙÒ¸ûÃ6¤0
Expected behavior
A check of the password should be performed before attempting an installation.
Logs
https://paste.yunohost.org/raw/uxiduferob
The text was updated successfully, but these errors were encountered: