I did a quick search on Drupal and didn't find any references to the problem I discovered.

The Legal module works fine for me, however there's an anomaly when I attempt to modify a user account as Admin. I edited an existing user and gave them permission to another Role. When I clicked Submit, I was informed that "I must accept the Terms and Conditions."

Only problem is the check box to accept isn't displayed on my page. I disabled the Legal module, modified the user account OK, then re-enabled the Legal module.

I'm running Drupal 4.52 and Legal module 4.5.0.

Comments

Rick Cogley’s picture

I am getting this too.

I read that the legal.module had not been updated recently however so I stopped using it.

robert castelo’s picture

Legal module has been updated recently by Gerhard Killes and Mike Ryan (thanks guys).

I just fixed this bug in the cvs version, and added the T&C form fields to the account edit view (as non editable fields) - so users can read the T&C at any time.

http://cvs.drupal.org/viewcvs/drupal/contributions/modules/legal

robert castelo’s picture