Emmanuel Kasper
|
a0c752f533
|
Allow email adresses with a top level domain of up to 63 characters
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)
|
2015-09-21 09:47:34 +02:00 |
|
Dietmar Maurer
|
44251d9fc5
|
fix label width for spanish translation
|
2014-08-29 08:08:22 +02:00 |
|
Dietmar Maurer
|
3ab3549c9e
|
add support for two factor auth
|
2014-06-23 11:44:32 +02:00 |
|
Damien PIQUET
|
0070ee3752
|
Added translations
Signed-off-by: Damien PIQUET <piqudam@gmail.com>
|
2013-08-29 07:20:28 +02:00 |
|
Dietmar Maurer
|
c7d5e22036
|
fix bug 99: do not show password field for pam users
|
2012-03-01 12:00:06 +01:00 |
|
Dietmar Maurer
|
bf70832d49
|
use 'Add' user, instead of 'Create' user.
That wording seems to be better suited.
|
2012-03-01 11:36:49 +01:00 |
|
Dietmar Maurer
|
f3bb9bb64c
|
add more gettext markers
|
2012-02-28 11:15:02 +01:00 |
|
Dietmar Maurer
|
7a6b5d9f21
|
remove useless require declarations
|
2012-01-31 06:30:31 +01:00 |
|
Dietmar Maurer
|
e4d554ba9b
|
implement PasswordEdit dialog
And cleanup permission check code.
|
2012-01-20 12:56:48 +01:00 |
|
Dietmar Maurer
|
b00b561726
|
make password optional
|
2012-01-13 13:34:08 +01:00 |
|
Dietmar Maurer
|
55585b8a06
|
allow to set password on pam and pve realm
|
2012-01-13 12:09:36 +01:00 |
|
Dietmar Maurer
|
02d2b17c79
|
fix layout
|
2012-01-13 10:28:35 +01:00 |
|
Dietmar Maurer
|
58eb590510
|
use standard titles for create/edit dialogs
That way we can reduce the number of gettext() messages.
|
2012-01-12 09:15:34 +01:00 |
|
Dietmar Maurer
|
a2f5799145
|
make jslint happy
|
2011-11-09 10:59:21 +01:00 |
|
Dietmar Maurer
|
3c0e2c948e
|
remove fieldset from UserEdit
We should implement the fielset option in InputPanel instead (if we really want to use fieldsets)
|
2011-09-29 10:04:42 +02:00 |
|
Dietmar Maurer
|
aff192e6f5
|
imported from svn 'pve-manager/pve2'
|
2011-08-23 07:40:22 +02:00 |
|