Authenticated user workspace access when not allowed.
| Project: | Workspace |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | authenticated user, no access |
Jump to:
I have a multi role configuration where I want anonymous and authenticated user not to have access to My Workspace. There are 4 other roles that should have access, and they do, and everything is working as expected there.
When Authenticated User is unchecked at http://localhost/admin/settings/workspace...
...Auth-user has no access to create content with workspace, but they have access to the workspace UI and location http://localhost/workspace/4. The menu item is also displayed in this instance.
I just updated the module tonight. Before I was getting an error in a drupal-core-include-file with the above configuration but didn't record the error. The update corrected the error but still have the issue of showing the UI for the unchecked Auth-user.

#1
Permissions for auth-user at http://localhost/admin/user/permissions are also unchecked.
Additionally, I've used workspace for 3-4 years and have followed progress and glad to see it moving forward. Thanks for this module.
#2
Hi crutch,
Should be solved with the newly applied patch, see #441532: 6.x-1.x-dev. Please test and report back.
TIA
Frank
#3
Thanks Frank, I am starting two projects this week and will test over the next few weeks and respond. Best regards.
#4
I'm having the same issue. Should we upgrade to the dev release? I was using the rc release in a new production site so I'm not too sure about putting a dev release in there. Would the recommendation be to use the dev release or remove from production?
#5
Hi caschbre,
Please try the dev release and report back whether the problem persists.
As you can see from http://drupal.org/node/11627/release the rc release is just the frozen state of the former 1.3 version which was more than a year old. All pending patches have been applied to the HEAD branch from which the dev is automatically generated (http://drupal.org/project/cvs/11627).
tia
Frank