updated welcome-email.tmpl
This commit is contained in:
parent
e7baf0cba0
commit
54480534b8
2
makeuser
2
makeuser
|
@ -50,7 +50,7 @@ case $1 in
|
||||||
sub_to_list $1
|
sub_to_list $1
|
||||||
|
|
||||||
echo "removing .git from new homedir"
|
echo "removing .git from new homedir"
|
||||||
rm -rf /home/$1/.git
|
sudo rm -rf /home/$1/.git
|
||||||
|
|
||||||
echo "adding ssh pubkey"
|
echo "adding ssh pubkey"
|
||||||
echo "$3" | sudo tee /home/$1/.ssh/authorized_keys
|
echo "$3" | sudo tee /home/$1/.ssh/authorized_keys
|
||||||
|
|
|
@ -9,8 +9,7 @@ the ssh key you supplied on registration.
|
||||||
|
|
||||||
your password is "newpassword". please change it when you log in for
|
your password is "newpassword". please change it when you log in for
|
||||||
the first time by running the passwd command. the password is used for
|
the first time by running the passwd command. the password is used for
|
||||||
imap/smtp auth, not shell login, which is currently enabled for legacy
|
imap/smtp/webmail auth, not shell login.
|
||||||
reasons and will be soon changed to only use ssh key authentication.
|
|
||||||
|
|
||||||
the greatest value of tilde.club is not the services provided by the
|
the greatest value of tilde.club is not the services provided by the
|
||||||
server, but rather the interesting and welcoming community built by its
|
server, but rather the interesting and welcoming community built by its
|
||||||
|
|
Loading…
Reference in New Issue