]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
toolkit: update email regex for acme account
authorLorenz Stechauner <l.stechauner@proxmox.com>
Fri, 23 Apr 2021 08:15:13 +0000 (10:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Apr 2021 08:36:41 +0000 (10:36 +0200)
commitdf096ae3fc214ce52186b0d048eac49ec0c0a612
tree8141fce7d6ba8e1ca0048cddc056a46c017351b1
parentb9a9ae8c7552deeba9e5f6073d2281210eaa9cd6
toolkit: update email regex for acme account

Email regex only allowed two domain parts.
(probably copy/paste error from PVE::Tools)
Now allowing multiple domain parts.

Reported in our community forum:
https://forum.proxmox.com/threads/wrong-email-validation-when-adding-acme-account.88074/

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
src/Toolkit.js