diff options
author | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-25 14:04:47 +0200 |
---|---|---|
committer | Jonas Smedegaard <jonas@auryn.jones.dk> | 2006-08-25 14:04:47 +0200 |
commit | 437bb3ac4d2dda2b56ac2469f1b84b00fef94b75 (patch) | |
tree | ea5e51c04bb63b0257a137ae3116a29c76820412 /doc | |
parent | 5ad011fb099aa2ea9afa361eb18a90617f7ed9f6 (diff) |
Improved sms wording.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/admin.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/admin.md b/doc/admin.md index e731a38..c659032 100644 --- a/doc/admin.md +++ b/doc/admin.md @@ -18,11 +18,11 @@ * Addresshint: local part of email address, followed by @-sign, and optionally followed by mailgroup. Like these: jonas@ js@pool_of_maildomains 3. Send a cellphone text message to the new user with the following text and the password spit out from the command above: - Here is your new password. It MUST be changed within 14 days - read http://wiki.homebase.dk/BrugerKonto and check your mail. The code is: <adgangskode> + Here is a temporary password for your account. You MUST change it within 14 days. More info at http://wiki.homebase.dk/BrugerKonto . Password: <password> Or in danish: - Her er din nye adgangskode. Den SKAL ændres inden 14 dage - læs websiden http://wiki.homebase.dk/BrugerKonto og check din mail. Koden er: <adgangskode> + Her er en midlertidig adgangskode til din konto. Du SKAL skifte den inden 14 dage. Mere info på http://wiki.homebase.dk/BrugerKonto . Koden er: <adgangskode> 4. Compose an email based on [[introemail]] 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. @@ -71,7 +71,13 @@ TODO: The above command should ideally never ever be invoked manyally, but autom ## Reset password - (user=<username>; gpw && finger $user && passwd $user && chage -M30 -W14 $user) + 1. Reset the actual password using the following command: + + (user=<username>; gpw 10 11 && finger $user && passwd $user && chage -M30 -W14 $user) + + 2. Send a cellphone text message similar to the one for creating a new account. + +TODO: Write a script to do the above + inject a self-chosen password + warn before resetting + spit out sms ## Warn about password expiry |