4
0
Fork 0
ldap-admin/bin/welcome-email

21 lines
584 B
Bash
Executable File

#!/bin/bash
#% welcome-email user
#% send a welcome email to user.
/usr/sbin/sendmail "$1@hackerspace.pl" <<EOF
Subject: Welcome to Hackerspace Warsaw!
To: $1
Welcome to Hackerspace Warsaw!
You should now have access to (at least) our wiki, redmine and email services.
Password changes: https://ldap.hackerspace.pl
All the important info is here: https://wiki.hackerspace.pl/doku.php?id=services
In case of trouble, create a ticket at: https://redmine.hackerspace.pl - you do not need to create an account, just log in with your wiki username and password.
Happy hacking!
EOF