When I've created some registration page using 'Path' in 'Assign from Path' settings, anonymous can see this page without problem, but when I'll log in as some user, I've 'Access denied' page (even I'm super-user).

Comments

cyberswat’s picture

Assigned: Unassigned » cyberswat
Status: Active » Closed (works as designed)

This is intentional behavior ... you can't register again if your already registered.

kenorb’s picture

But I need to create new account being log in.
I've this functionality already using http://drupal.org/project/formblock module.
I thought that will work similar.

kenorb’s picture

The main point is that some specified user (with specified role) can be able to create another user with different role (which depends of the submitted path).
If there is no solution, I'll try to use combination of: formblock+content_profile_registration+workflow+(some module which will do action to change a role of new user when specified content has been posted, I still looking for it).

kenorb’s picture

Solution is to add additional settings for each role for which roles Display Item should be visible instead of static access depends on if user is logged in.

kenorb’s picture

One solution with the permissions is described here: http://drupal.org/node/321099