Needs work
Project:
Profile role
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
15 Feb 2009 at 01:37 UTC
Updated:
27 Sep 2010 at 14:49 UTC
Jump to comment: Most recent file
--
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | profile_role_register.patch | 1.53 KB | boombatower |
Comments
Comment #1
boombatower commentedRestricts fields on admin page, but leaves them along on /user/register page.
Waiting for integration before those fields can be restricted.
Comment #2
boombatower commentedCommitted.
Comment #4
Falco20019 commentedIf used together with the languages-module, you maybe have a different action instead of /user/register. I had /en/user/register.
So
if ($form['#action'] == '/user/register') {doesn't work. Usingif ($form['form_id']['#value'] == 'user_register') {instead this problem can be avoided.Comment #5
bartezz commentedThanx Falco! -> http://drupal.org/node/924116