Closed (works as designed)
Project:
Auto Assign Role
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Oct 2008 at 13:07 UTC
Updated:
14 Oct 2008 at 14:30 UTC
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
Comment #1
cyberswat commentedThis is intentional behavior ... you can't register again if your already registered.
Comment #2
kenorb commentedBut 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.
Comment #3
kenorb commentedThe 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).
Comment #4
kenorb commentedSolution 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.
Comment #5
kenorb commentedOne solution with the permissions is described here: http://drupal.org/node/321099