SID-01222: Setup twiki admin user for edit page view and http users for
| Status: |
Answered |
TWiki version: |
5.0.2 |
Perl version: |
5.8.8 |
| Category: |
CategoryAuthentication |
Server OS: |
Linux |
Last update: |
14 years ago |
Hi,
I need some setup for twiki.
twiki is installed on my linux and httpd basic authentication is enabled for the site.
By default the user logged in with apache authentication, is able to view edit option on each page. I want all users to view it as non-editable plain topics. I have registered one twiki account with admin user. I want to use this account for editing each topic.
Can you pls explain me on how to set this up?
best regards,
Srinivas.M
--
TWikiGuest - 2011-07-06
Discussion and Answer
In every web go to WebPreferences (Preferences in pulldown menu), look for ALLOWWEBCHANGE and write your admin account after the = sign (e.g. Set ALLOWWEBCHANGE = Main.TWikiAdminUser)
Check also
TWikiAccessControl
--
EnriqueCadalso - 2011-07-07
Thanks for the repsonse.
I have tried this. But all users are able to see Edit and Attach Buttons at top and
EditAction tools links at bottom. When user click he is getting error message saying - "Access check on
Main failed". These users should not get displayed with Edit links except for Admin user?
How can i achieve this.
--
TWikiGuest - 2011-07-12
What you are looking for is
ReadOnlySkinMode. This is implemented in the dev version (
SVN trunk) and will be made available in TWiki-5.1. If you are adventurous you could try to install the latest
TopMenuSkin.
--
PeterThoeny - 2011-07-12
May i know how to enable the option to admin user? Can you provide some steps.
--
TWikiGuest - 2011-07-14
See
http://develop.twiki.org/~twiki4/cgi-bin/view/TWiki/PatternSkinCustomization#Read_only_skin_mode
--
PeterThoeny - 2011-07-14
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.