[opencms-dev] OpenCMS loginUser does help
Nico Krause
Nico.Krause at nsc.eu.com
Mon Dec 9 13:30:29 CET 2002
Hello Thomas,
Thank you for this tip. I solved it with your help.
I saved Username & Password in a separate session if first time login
succeeds.
Then I changed CmsLoginNew
getting the session values for login (again) into the http-auth protected
area.
So it works now - thank you very much!
Have a successful week,
Nico
-----Original Message-----
From: Thomas Maerz [mailto:thomasmaerz at gmx.de]
Sent: Donnerstag, 28. November 2002 15:58
To: opencms-dev at www.opencms.org
Subject: Re: [opencms-dev] OpenCMS loginUser does help
Hello Nico,
> Thanks for this tip. I guess also that this will lead to my required
> solution. But I think the /authenticate.html
> Should have also a kind of logon mechanism.
>
> Do you have any idea how the JAVA Code for this template have to look
like?
Take the two files:
copy
/system/login/index ---> /authenticate
/system/login/index.html ---> /authenticate.html
,----[ index.html ]
| <?xml version="1.0" encoding="ISO-8859-1"?>
| <PAGE>
| <CLASS>com.opencms.workplace.CmsLoginNew</CLASS>
| <MASTERTEMPLATE>index</MASTERTEMPLATE>
| </PAGE>
`----
,----[ authenticate.html ]
| <?xml version="1.0" encoding="ISO-8859-1"?>
| <PAGE>
| <CLASS>YourNewLoginClass</CLASS>
| <MASTERTEMPLATE>index</MASTERTEMPLATE>
| </PAGE>
`----
Now write your own Login.class. Just take the code from
com.opencms.workplace.CmsLoginNew and replace everything you don't need.
Regards,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20021209/6e188352/attachment.htm>
More information about the opencms-dev
mailing list