phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] Allowing non authorized accesses to some p


From: Jason Wies
Subject: Re: [Phpgroupware-developers] Allowing non authorized accesses to some pages
Date: Thu, 18 Jul 2002 21:48:19 -0400
User-agent: Mutt/1.2.5i

See also the anon_wrapper.php file in the main phpgroupware module as an 
example of creating an anonymous session.  For more advanced anonymous user 
management (you probably won't need it), the registration module provides a 
good example.

Jason Wies aka Zone

On Thu, Jul 18, 2002 at 10:09:21AM -0700, Patrick J. Walsh wrote:
> Stefan,
> 
>       There is a team of programmers from UC Irvine working on exactly such a 
> project right now.  They have just finished writing a requirements document 
> and are moving on to Design.  Code for the project will be started a week 
> following that and the code will be completed by September.
> 
> ..mr_e (Patrick)
> 
> 
> --On Thursday, July 18, 2002 12:53 PM +0200,
> --Stefan Ekman <address@hidden> wrote:
> 
> > Hi!
> >
> > I have a Content Management System written with PHPLib. It is sort of
> > the news-admin provided with phpgw, but with some formatting abilities
> > (headers, lists, tables, bold and italic text) and possibility to add
> > pictures. I am thinking of porting it to phpgwapi instead, as I have a
> > client that wants to use my system for an EU project and needs some of
> > the project management stuff that phpGW provides. But the client needs
> > some open pages that doesn't require the user to login (such as
> > infopages about the project).
> >
> > Is it possible to make pages that use the db-classes, templates, and
> > sessions without logging in? If so, where can I find information? I have
> > looked at the news-admin, but I don't know if that is a good solution.
> >
> > I was thinking of a sort of autologin as anonymous, that could have the
> > possibility to watch pages, but not change them. It would be nice to be
> > able to use a public calendar for the project as well.
> >
> > If this is possible I will make my code GPL and if you want to, make it
> > a part of the phpGW suite. In the next step I perhaps can convert my
> > shop also, as it uses almost the same CMS but with a cart added.
> >
> > Thanks
> >
> > /Stefan
> >
> >
> >
> > _______________________________________________
> > Phpgroupware-developers mailing list
> > address@hidden
> > http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
> 
> 
> 
> _______________________________________________
> Phpgroupware-developers mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]