[daisy] Disabling User Registration
Patrick Ahles
p.ahles at gmail.com
Thu Jul 6 06:22:24 CDT 2006
You can change the menu.xsl in the xslt directory of the skin your
using. Look for
<li class="tabNavigation"><a
href="{$mountPoint}/registration?returnTo={$pageURIEncoded}"><i18n:text
catalogue="skin" key="layout.registration"/></a></li>
If you remove this line, there will be no link in the menu.
This will still allow people who know the url to register however. To
disallow it altogether would involve changing the sitemap.xmap in
$DAISY_HOME/daisywiki/webapp/daisy and removing the lines with
<map:match pattern="registration">
<map:call function="org.outerj.daisy.frontend.UserRegistrationApple"/>
</map:match>
<map:match pattern="registration/*">
<map:call continuation="{1}"/>
</map:match>
I don't know if this has some adverse affects however...
On 7/6/06, Trevor Lee <Trevor.Lee at 4loop.com.au> wrote:
>
>
> Hi
>
> Is there a way to disable user registration from Daisy 1.4.1? I'd prefer to
> not have the link visible at all if possible.
>
> Thanks for any help you can provide
>
> Trevor
> _______________________________________________
> daisy community mailing list
> Professional Daisy support:
> http://outerthought.org/site/services/daisy/daisysupport.html
> mail to: daisy at lists.cocoondev.org
> list information:
> http://lists.cocoondev.org/mailman/listinfo/daisy
>
>
>
--
Patrick
----
Neutiquam erro. Magister mundi sum!
More information about the daisy
mailing list