> > And still first thing that I need know is where I can find and edit admin > central login form template, mainly so I can add "sign in with shibboleth" > button.
config:/server/filters/securityCallback/clientCallbacks/form/loginForm … points to a resource on a class path, you can change it to any other. Alternatively (and probably what you will end up doing anyway since you need to react on the callback) is writing your own loginHandler - see config:/server/filters/login/loginHandlers … and as others have suggested you can indeed take PUR as example of how you can have alternative login mechanism running in parallel to the default one. HTH, Jan ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
