X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fchatty;a=blobdiff_plain;f=lib%2FChatty%2FForm%2FRegister.pm;fp=lib%2FChatty%2FForm%2FRegister.pm;h=3c4937d3990d290df678dea26e63d1c7662ccbb3;hp=bf0ec64979975e46f8907b0456c1f69f499ae986;hb=afee0e0191a4808f3c9fcc13de5db87a83fc0cb4;hpb=30558f981fe131d1ae3cc88ff5fc7f9e910932e9 diff --git a/lib/Chatty/Form/Register.pm b/lib/Chatty/Form/Register.pm index bf0ec64..3c4937d 100644 --- a/lib/Chatty/Form/Register.pm +++ b/lib/Chatty/Form/Register.pm @@ -12,7 +12,6 @@ has '+unique_messages' => (default => sub { has_field 'username' => (input_class => 'validate[required,ajax[register_validate]]', label => 'Username', required => 1, unique => 1); has_field 'password' => (input_class => 'validate[required]', type => 'Password', required => 1); has_field 'password_confirm' => (input_class => 'validate[required,equals[password]]', type => 'PasswordConf', required => 1); -has_field 'email' => (input_class => 'validate[custom[email]]', type => 'Email', label => 'Email address'); has_field 'submit' => (type => 'Submit', value => 'Register'); has_field 'reset' => (type => 'Reset', value => 'Reset');