Skip to content

Commit

Permalink
fix signature bug; fixes freegeekchicago#156
Browse files Browse the repository at this point in the history
  • Loading branch information
eads committed Jun 2, 2012
1 parent 897a6c1 commit 5294874
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ function freegeek_townsquare_volunteer_signup_form($form, &$form_state) {
$form['account']['mail']['#required'] = FALSE;
$form['account']['mail']['#description'] = t('To track your achievements and follow FreeGeek news, please provide an email address. A verification email and password will be sent to your account. Providing an email address is not required but highly recommended.');

// Stupid Drupal includes this even when signatures are disabled.
// We don't need it here ever.
unset($form['signature_settings']);

// Redirect back to signup form for easy operation during events
$form_state['redirect'] = 'signup';

Expand Down

0 comments on commit 5294874

Please sign in to comment.