The checkbox for 'Redirect on User Edit page' is required, and as such I'm unable to save the form if it's not ticket. I don't want the redirect.

The checkbox should not be marked as required.

Comments

kenorb’s picture

Status: Active » Fixed

Fixed. Thank you for the report.
http://drupal.org/cvs?commit=457916

RCS file: /cvs/drupal-contrib/contributions/modules/account_profile/account_profile.admin.inc,v
retrieving revision 1.1.2.2
diff -r1.1.2.2 account_profile.admin.inc
29d28
<     '#required' => TRUE,
36d34
<     '#required' => TRUE,
43d40
<     '#required' => TRUE,

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.