diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-10-29 16:17:02 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-10-29 16:17:02 +0100 |
commit | c5edbb0253c3c1d6c89ab15f834b1aa7387862a7 (patch) | |
tree | 82a149a109cb4db89f6c1fbdc5a46304ad7116e3 /account | |
parent | b67c4704db6e6a4f410f2d910c534fe5d2d99f50 (diff) |
Add and use supporthost template throughout the site.
Diffstat (limited to 'account')
-rw-r--r-- | account/commands.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/account/commands.mdwn b/account/commands.mdwn index c02c482..e6e7ba3 100644 --- a/account/commands.mdwn +++ b/account/commands.mdwn @@ -82,11 +82,11 @@ TODO: The above command should ideally emit an sms and/or email rewuesting the u 1. Notice log messages warning about passwords soon expiring 2. Send a cellphone textmessage with the following content: - You must change your password - it soon expires! Read how and why at the web page http://support.redpill.dk/intro + You must change your password - it soon expires! Read how and why at the web page http://[[template id=supporthost]]/intro Or in danish: - Du skal ændre din adgangskode - den udløber snart! Læs hvordan og hvorfor på websiden http://support.redpill.dk/intro + Du skal ændre din adgangskode - den udløber snart! Læs hvordan og hvorfor på websiden http://[[template id=supporthost]]/intro TODO: Rewrite as automated syslog-ng plugin or cron script passing the message to an sms gateway. |