[pve-devel] applied: [PATCH widget-toolkit] toolkit: override email VType validation
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Apr 13 09:09:56 CEST 2021
On 08.04.21 14:41, Stoiko Ivanov wrote:
> ExtJS email validation regex has a length limit of 6 on the TLD.
> This breaks some new gTLDs (e.g. .systems)
>
> Override the validation function and verify against the EMAILRE from
> PVE::Tools (used for 'e-mail' in JSONSchema)
>
> Reported in our community forum:
> https://forum.proxmox.com/threads/acme-account-register-dialog-does-not-accept-gtlds.87305/
>
> Quickly tested (by using test at test.systems(|test)? on my test-installation)
>
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> src/Toolkit.js | 5 +++++
> 1 file changed, 5 insertions(+)
>
>
applied, thanks!
Is PBS email schema, if any, also compatible with this?
More information about the pve-devel
mailing list