diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-09-04 15:47:00 +0200 |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-09-04 15:47:00 +0200 |
commit | 9812898f80f3df95f8e06bfe7734deaacb6039a6 (patch) | |
tree | 93a905eb3af71879ab5ea6844a8b931a718e26d2 /lib/hosted | |
parent | f409d7b25ea4a7774f34e5debe36e9d8ab00a13f (diff) | |
download | webadmin-9812898f80f3df95f8e06bfe7734deaacb6039a6.tar.gz |
only check for matched passwords when changing confirm field
Diffstat (limited to 'lib/hosted')
-rw-r--r-- | lib/hosted/kolab_client_task_signup.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hosted/kolab_client_task_signup.php b/lib/hosted/kolab_client_task_signup.php index 7ebbac8..fdb644c 100644 --- a/lib/hosted/kolab_client_task_signup.php +++ b/lib/hosted/kolab_client_task_signup.php @@ -244,7 +244,6 @@ class kolab_client_task_signup extends kolab_client_task // Add password confirmation if (isset($fields['userpassword'])) { $fields['userpassword2'] = $fields['userpassword']; - $fields['userpassword']['onchange'] = 'password_match()'; $fields['userpassword2']['onchange'] = 'password_match()'; } |