AW: [opencms-dev] how to avoid login
Frank Wunderlich
k.frank.wunderlich at gmx.de
Sun Aug 31 13:24:01 CEST 2003
Hi Srini,
Try this in case of successful authentification:
response.sendRedirect("/opencms/system/workplace/action/index.html");
Frank.
--
Frank Wunderlich
Berlin . Germany
www.frank-wunderlich.de
>
> Hi Butcher,
>
> Thanks for the reply. I have included this code in my jsp.,
> but i couldnt
> able to open the OpenCms Workplace window. Please reply how
> to do this.
>
> Thanks,
> Srini.
>
>
> >From: M Butcher <mbutcher at grcomputing.net>
> >Reply-To: opencms-dev at opencms.org
> >To: opencms-dev at opencms.org
> >Subject: Re: [opencms-dev] how to avoid login
> >Date: Fri, 29 Aug 2003 13:29:54 -0600
> >
> >You can call the CmsObject method loginUser() and pass it
> whatever you
> >want. It would look something like this:
> >
> >CmsJspActionElement cms = new
> CmsJspActionElement(pageContext, request,
> >response);
> >
> >CmsObject cmso = cms.getCmsObject();
> >String username = request.getParameter("username");
> >String password =request.getParameter("password");
> >
> >cmso.loginUser(username, password);
> >
> >On Fri, 2003-08-29 at 03:48, srinivas voleti wrote:
> > > Hi:
> > >
> > > How can we avoid login page of OpenCms by passing
> >parameters(user/password)
> > > through custom JSP.
> > >
> > > Urgent....
> > >
> > > Regards,
> > > Srini.
> > >
> > > _________________________________________________________________
> > > Design your own holidays. Make memories that last a lifetime.
> > > http://www.flexihols.com/2003/index.php Enjoy!
> > >
> > > _______________________________________________
> > > This mail is send to you from the opencms-dev mailing
> list To change
> > > your list options, or to unsubscribe from the list, please
> >visit
> > > http://mail.opencms.org/mailman/listinfo/opencms-dev
> >--
> >M Butcher <mbutcher at grcomputing.net>
> >_______________________________________________
> >This mail is send to you from the opencms-dev mailing list
> >To change your list options, or to unsubscribe from the list, please
> >visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
> _________________________________________________________________
> Find an old friend. Revisit your past.
> http://www.batchmates.com/msn.asp
> It's never been easier!
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list,
> please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
More information about the opencms-dev
mailing list