Needs review
Project:
Profile role
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2010 at 21:27 UTC
Updated:
27 Apr 2010 at 21:29 UTC
Jump to comment: Most recent file
Since the user_register form can be embedded anywhere (via additional modules, custom modules, etc), this patch reworks the logic in profile_role_form_user_register_alter() to only implement its logic on the administrative form, rather than the way it works now of implementing it everywhere user_register is called except on the path user/register.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | user_register.patch | 546 bytes | jhedstrom |
| user_register.patch | 545 bytes | jhedstrom |
Comments
Comment #1
jhedstromHere's the correct patch.