]> Dogcows Code - chaz/chatty/blobdiff - lib/Chatty/Form/Register.pm
not really doing anything with email addresses
[chaz/chatty] / lib / Chatty / Form / Register.pm
index bf0ec64979975e46f8907b0456c1f69f499ae986..3c4937d3990d290df678dea26e63d1c7662ccbb3 100644 (file)
@@ -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');
 
This page took 0.017021 seconds and 4 git commands to generate.