jspwiki.filters only on mainpage?

2009-03-03 Thread wolfgangpue
The filter I have created is called for one page more than once. The method preTranslate is called for the LeftMenu, LeftMenuFooter and so on. But all what I want is that the filter is called only for the main-page. Is there any easy solution, or do I have to sort out with the pagename. For

Re: Is it possible to 'turn off' the ability to change passwords?

2009-03-03 Thread Harry Metske
Eric, I don't think there is a switch to turn this off. I assume you are using a JAAS login module to do the job, if you would use container managed authentication, then users would automatically be disallowed to set their login-id and change their password, because those are managed by the web

Re: capturing output of a plugin in a page variable

2009-03-03 Thread Janne Jalkanen
What I want is: [{SET name='[{PageName}]'}] [{$name}] Unfortunately, all I get is 'PageName'. Almost! [{SET name='{$PageName}'}] [{$name}] The reason is that [ ] is a special sequence. Then there are many kinds of special sequences: {$name} for variable {plugin} for plugin PageName for