]> git.proxmox.com Git - pve-installer.git/commit
proxinstall: use email regex from HTML specification for validation
authorChristoph Heiss <c.heiss@proxmox.com>
Wed, 2 Oct 2024 12:27:28 +0000 (14:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 10 Nov 2024 18:17:07 +0000 (19:17 +0100)
commit4b884eab6f50a64134b2ca5dd54638e9f4519bb6
tree45bd7aa71d752a5b66be80201689795957635883
parentd066d4df7d7feec2728ac91dbe5e9119dee20c59
proxinstall: use email regex from HTML specification for validation

That regex should be a lot more accurate in what it allows - if it's
good enough for the HTML spec, it should be for us too.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Proxmox/Makefile
Proxmox/Sys.pm [new file with mode: 0644]
proxinstall