You are not logged in Log in Join
You are here: Home » Members » mrlex's Home » ACUF » hlp » plone.stx

Log in
Name

Password

 

plone.stx

Plone integration

Current status

Currently ACASUserFolder just do work nicely into Plone.

However with Plone 2.0.5 (not tested on previous release) GET parameters are lost on request made after session timeout. This is a CookieCrumbler issue (the version shipped with CMF, not the standalone one) that is fixed in the official Plone 2.1 release.

If you want to avoid data loss with Plone-2.0.5, a small patch is available at http://http://www.zope.org/Members/mrlex/ACUF/patch-cookie-crumbler/

PloneCASLogin & QuickInstaller Feature

You have to install the PloneCASLogin Product into Plone. It is available from http://members.plone.org/products/plonecaslogin

Then, the login portlet will transform a bit and will show only a button. there is no more user/password field because they are not needed with CAS.

i18n is well supported as a special attention has been taken to reuse plone default skins with i18n'ified messages.

Plone CAS Buttons (if you do not use QuickInstaller Product)

For using ACASUserFolder with login auto-redirect OFF you will have to create some custom plone skins.

Example login bits for these forms (ZPT)

<form action="https://your.cas.server.dom/login" name="loginform" method="get" >

<input type="hidden" name="service" value="" tal:attributes="value request/URL; tabindex tabindex/next" />

See Also

ACASUserFolder Properties

Plone integration

ACASUserFolder users listing

CAS usage scenarios

Security

Zope API

Author & Maintainer

Alexandre SAUVE < mr .dot. lex -at- free .dot. fr >