Geert Bevin wrote:
Why? Because you're using the standard authentication element and can't switch the template?

yep. The name of the template is set in the xml file describing the element. Is there another way ? I just followed the docs.

OK.  If I can do the login page, I'm all set.

There's a solution for this. The reason why you can't just use the default authentication implementation as-is, is because your template naming logic is totally custom. You can however easily solve this by extending your authentication element (PurgingDatabaseAuthenticated I suppose). You can then override the initializeAuthentication() method and call the setTemplateName(String name) method with the name that you want.

Hope this solves it for you.

Yep ! Solved ! I had already made my own customized authentication module, so it was very easy.
Thanks a lot.


Henk
_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to