Closed (fixed)
Project:
Read only mode
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
4 Oct 2010 at 16:08 UTC
Updated:
6 Sep 2012 at 14:01 UTC
The admin user uid 1 should be allowed to edit things, just as they can see the site during maintenance mode.
Comments
Comment #1
joachim commentedOops. Fixed title.
Comment #2
BarisW commentedAh, good point. Will fix it!
Comment #3
BarisW commentedFixed in 6.x-1.x-dev
Comment #5
jim0203 commentedI've re-opened this issue as it seems that rather than uid 1 alone having edit permissions, the module should create its own permission which can be granted to any user. Once a user has this permission they can then edit content on the site, irrespective of whether the site is in read-only mode or not.
This module is great, by the way. Thanks!
Comment #6
BarisW commentedThis should already work. But instead of creating its own permissions, I'm re-using the core permissions 'access site in maintenance mode'.
This has already been fixed in D6 & D7. Do you have any problems with it?
Comment #7
jim0203 commentedI'm using 6.x-1.1 and can't see that permission: doing an in-page search on the permissions page gives no results.
Either way, I think it would be good to have a separate "override read only mode" permission that would allow users with that permission to edit the site when it is in read-only made but not access it when it is in maintenance mode.