A tiny request:
Add %WIKITOOLNAME% in the subject of the mail for resetting passwords.
I manage 4 wiki sites now, and I want to know for which one the passwd reset is needed
In
templates/oopsresetpasswd.tmpl, change:
subject=TWikiResetPassword
to:
subject=TWikiResetPassword_%WIKITOOLNAME%
--
ColasNahaboo - 10 Jun 2002
Change done to
oopsresetpasswd.tmpl like this:
9c9
< <a href="mailto:%WIKIWEBMASTER%?subject=TWikiResetPassword&body=%PARAM1%">%WIKIWEBMASTER%</a> %TMPL:END%
---
> <a href="mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME% Reset Password&body=%PARAM1%">%WIKIWEBMASTER%</a> %TMPL:END%
Similar change also to
oopsregexist.tmpl and
oopssendmailerr.tmpl. In
TWikiAlphaRelease and TWiki.org.
--
PeterThoeny - 11 Jun 2002