diff options
Diffstat (limited to 'account/commands.mdwn')
-rw-r--r-- | account/commands.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/account/commands.mdwn b/account/commands.mdwn index 3edd07f..7a575df 100644 --- a/account/commands.mdwn +++ b/account/commands.mdwn @@ -24,9 +24,9 @@ Within commands below, Don't take square brackets, angle brackets and triple-dot * Addresshint: local part of email address, followed by @-sign, and optionally followed by mailgroup. Like these: jonas@ js@pool_of_maildomains 3. Send an email based on [[intro/email.en]] skeleton: * If an ouside working email address has been provided, then use that as recipient. Alternatively use the contact person of the new user (teacher, boss etc.) as recipient. - * Add \<username>@homebase.dk as Cc: - * Add hostmaster@homebase.dk as Bcc: - * Add teknik@lists.homebase.dk as Reply-To: + * Add \<username>@example.com as Cc: + * Add hostmaster@example.com as Bcc: + * Add teknik@lists.example.com as Reply-To: 4. Send a cellphone text message based on [[intro/sms.en]], adding the the password spit out from the command above. TODO: Automate more: sending out sms and email should happen automatically. @@ -56,7 +56,7 @@ Use the following command to change hinting of an existing user account: localmaildomainupdate -FIXME: localmaildomainupdate should email diff file to postmaster@homebase.dk +FIXME: localmaildomainupdate should email diff file to postmaster@example.com ## Extend password lifespan @@ -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.homebase.no/intro + You must change your password - it soon expires! Read how and why at the web page http://support.redpill.dk/intro Or in danish: - Du skal ændre din adgangskode - den udløber snart! Læs hvordan og hvorfor på websiden http://support.homebase.dk/intro + Du skal ændre din adgangskode - den udløber snart! Læs hvordan og hvorfor på websiden http://support.redpill.dk/intro TODO: Rewrite as automated syslog-ng plugin or cron script passing the message to an sms gateway. |