mirror of
https://git.proxmox.com/git/pve-manager
synced 2026-03-24 12:59:51 +00:00
This patch allows email adresses of the form john.public@company.hamburg This fixes the bug: https://bugzilla.proxmox.com/show_bug.cgi?id=716 Note that this patch only deals will the client side validation, a separate deals with the server side validation (http://pve.proxmox.com/pipermail/pve-devel/2015-September/017246.html) Implementation: Just copied the original email regexp from ExtJS, and bumped the TLD length from 6 to the max allowed by the corresponding RFC, ie 63 (https://tools.ietf.org/html/rfc1034) |
||
|---|---|---|
| .. | ||
| ACLView.js | ||
| AuthEdit.js | ||
| AuthView.js | ||
| Backup.js | ||
| Config.js | ||
| GroupEdit.js | ||
| GroupView.js | ||
| Log.js | ||
| OptionView.js | ||
| PoolEdit.js | ||
| PoolView.js | ||
| RoleView.js | ||
| SecurityGroups.js | ||
| StorageView.js | ||
| Summary.js | ||
| Support.js | ||
| Tasks.js | ||
| UserEdit.js | ||
| UserView.js | ||