Tags:
create new tag
, view all tags

Question

i am running a web site written in php where login is stored in SESSION array

i need to have the following authenticaltion model with Twiki: - only user currently logged can see Twiki webs, if you are not logged - ie SESSION does not contain login info, you cannot view Twiki site. Another words i would like to make it internal and not public.

if you are logged in through SESSION, you can add, edit webs.

Is this model possible without customizing Twiki code?

Environment

TWiki version: TWikiRelease04x00x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Authentication

-- JennyBFaifel - 09 May 2006

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

I assume you means SESSION is an environment variable.

No, it is not possible without customising code. Though the customisation is trivially simple.

-- CrawfordCurrie - 15 May 2006

As an example, I have a work in progress (deployed and working at a client site) UserMapping that can use the Joomla Session cookie, and on edit verifies it with the Joomla User database. Similar custom user authentication modules are possible.

-- SvenDowideit - 15 May 2006

Sven, Were you able to succeed in integrating with Joomla. We are trying for an integration with Gallery2.

-- KotiReddy - 16 Sep 2008

yes, http://cmcrossroads.com use it for their http://cmwiki.com - though I need to upload it to twiki.org.

-- SvenDowideit - 21 Oct 2008

 
Topic revision: r5 - 2008-10-21 - SvenDowideit
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.