[Rt-devel] Webpath and RT-Extension-ResetPassword
Joop van de Wege
JoopvandeWege at mococo.nl
Wed Dec 10 09:47:56 EST 2008
Hello All,
I've just installed the above mentioned extension and have noticed two
problems with it.
- it uses the old Module::Install (copied a more recent version into ./inc)
- it doesn't respect $WebPath. The following file needs to be edited:
RT-Extension-ResetPassword/html/Callbacks/RT-Extension-ResetPassword/Elements/Login/Default
Changed content to (original 2 lines, the <%RT->Config->Get('WebPath')%>
is the edit):
=====
<br/><div id="lostpassword" style="align:left;clear:both;">
<a
href="<%RT->Config->Get('WebPath')%>/NoAuth/ResetPassword/Request.html"><&|/l&>Forgot
your password?</&></a></div>
=====
As a side note:
How do you localize extensions?
Joop
More information about the Rt-devel
mailing list