From: <de...@de...> - 2017-03-12 18:52:17
|
Author: HaraldJoerg Date: 2017-03-12 18:52:03 +0000 (Sun, 12 Mar 2017) New Revision: 30313 Trac url: http://develop.twiki.org/trac/changeset/30313 Modified: twiki/trunk/TWikiUserMappingContrib/data/TWiki/ResetPassword.txt Log: Item7776: Workaround for bad mailto link before < character Modified: twiki/trunk/TWikiUserMappingContrib/data/TWiki/ResetPassword.txt =================================================================== --- twiki/trunk/TWikiUserMappingContrib/data/TWiki/ResetPassword.txt 2017-02-12 01:21:45 UTC (rev 30312) +++ twiki/trunk/TWikiUserMappingContrib/data/TWiki/ResetPassword.txt 2017-03-12 18:52:03 UTC (rev 30313) @@ -10,7 +10,7 @@ %IF{ "context passwords_modifyable" then="<strong>%MAKETEXT{"After submitting this form, you will receive an e-mail with your new, *system-generated* password, and a link to a page where you can change it."}%</strong>" - else="<strong>%MAKETEXT{"Sorry, the password system is currently read only, please contact [_1]" args="%WIKIWEBMASTER%"}%</strong>" + else="<strong>%MAKETEXT{"Sorry, the password system is currently read only, please contact [_1]" args="%WIKIWEBMASTER%"}%.</strong>" }% <!-- * Set NOTMODIFYABLE = %IF{"context passwords_modifyable" then="" else="DISABLED"}% |