Signed-off-by: Christoph Heiss <c.he...@proxmox.com> --- proxmox-tui-installer/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-tui-installer/src/main.rs b/proxmox-tui-installer/src/main.rs index 83a4d60..4782fa2 100644 --- a/proxmox-tui-installer/src/main.rs +++ b/proxmox-tui-installer/src/main.rs @@ -514,7 +514,7 @@ fn password_dialog(siv: &mut Cursive) -> InstallerView { .unwrap(); if root_password.len() < 5 { - Err("password too short") + Err("password too short, must be at least 5 characters long") } else if root_password != confirm_password { Err("passwords do not match") } else if email == "mail@example.invalid" { -- 2.41.0 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel