diff options
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r-- | Bugzilla/User.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 6c7be2241..cb3f75fa8 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -102,8 +102,6 @@ use constant NAME_FIELD => 'login_name'; use constant ID_FIELD => 'userid'; use constant LIST_ORDER => NAME_FIELD; -use constant REQUIRED_CREATE_FIELDS => qw(login_name cryptpassword); - use constant VALIDATORS => { cryptpassword => \&_check_password, disable_mail => \&_check_disable_mail, |