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

30 lines
1.5 KiB
Plaintext
Raw Normal View History

2012-10-05 18:34:22 +00:00
#!/bin/bash
#% welcome-email user
#% send a welcome email to user.
/usr/sbin/sendmail "$1@hackerspace.pl" <<EOF
2020-12-25 11:37:45 +00:00
Subject: Witamy! Welcome to the Warsaw Hackerspace!
2012-10-05 18:34:22 +00:00
To: $1
2020-12-25 11:37:45 +00:00
Content-Type: text/plain; charset="utf-8"
2012-10-05 18:34:22 +00:00
2020-12-25 11:37:45 +00:00
Witamy w Warszawskim Hackerspacie!
Welcome to the Warsaw Hackerspace!
2012-10-05 18:34:22 +00:00
2020-12-25 11:37:45 +00:00
Powinieneś/powinnaś mieć teraz dostęp do wszyskich wewnętrznych usług dla członków. Tym samym hasłem uwierzytelnisz się wszędzie.
You should now have access to all of our internal, member-exclusive systems. You can use the same password to log in everywhwere.
2012-10-05 18:34:22 +00:00
2020-12-25 11:37:45 +00:00
Przeczytaj naszą wyprawkę żeby dowiedzieć się najważniejszych związanych z Twoim członkostwem, naszym spejsem i wewnętrznymi usługami: https://wiki.hackerspace.pl/members:wyprawka
Please read our new member handbook to learn more about your membership, our hackerspace and internal services: https://wiki.hackerspace.pl/members:wyprawka
2012-10-05 18:34:22 +00:00
2020-12-25 11:37:45 +00:00
Aby zmienić hasło, wejdź na: https://profile.hackerspace.pl
To change your password, go to: https://profile.hackerspace.pl
2012-10-05 18:34:22 +00:00
2020-12-25 11:37:45 +00:00
Aby zobaczyć stan swoich składek, wejdź na: https://kasownik.hackerspace.pl
To see your membership fee status, go to: https://kasownik.hackerspace.pl
W przypadku jakichkolwiek pytań lub wątpliwości, napisz nam mejla na bofh@hackerspace.pl albo porozmawiaj z osobą która Cię zarekomendowała. Jesteśmy mili!
In case of any questions or issues, send us an email to bofh@hackerspace.pl or talk to the person that recommened you to the space. We'll be glad to help!
2012-10-05 18:34:22 +00:00
Happy hacking!
EOF