The hooks register_edit and register_validate were removed in Drupal-CVS. So, the groups.module cant add its groups selection to the account creation page. This makes impossible to use per user group authentication, either on new instalations or in upgraded ones. This happen in Drupal 4.4.0 rc too.

Comments

killes@www.drop.org’s picture

Title: Drupal-CVS breakes group.module » Drupal-4.4-rc breaks registration setups and groups.module
Priority: Normal » Critical

This removal also breaks the sites of people who want users to fill in more than just name and email address on the registration page. Those people will be seriouly annoyed if they can't upgrade to Drupal 4.4 because of this. Those fields should be put back in before the 4.4 release. Therefore I set it to "critical".

Note: we need a 4.4 branch in project.module, this bug report is not relevant for cvs.

Anonymous’s picture

id this working on 4.4?

gábor hojtsy’s picture

This is a bug for 4.4.x

gábor hojtsy’s picture

These hooks seem to be supported with a different name (register_validate => validate and register_form => form) in Drupal HEAD (and not supported in Drupal 4.4.x), see http://cvs.drupal.org/viewcvs/drupal/modules/user.module?r1=1.318&r2=1.319

rooey’s picture

Project: Drupal core » Groups
Component: user system » Miscellaneous

Is this still an issue with the groups module in 4.4.2?

Richard Archer’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

I'm closing this issue because it's over a year and nearly three releases old.
It must have been fixed or superceded by now!