<div dir="ltr">In most years, membership has been handled via comparatively informal<br>in-person processes, and those that wish to support GTALUG via<br>membership would (broadly) follow the following steps:<br><br>- Grab a membership form (that Chris passed out)<br><div>- Try to pass Chris a $20 bill, whereupon Chris would say "take it</div><div>  back, and give it to me once you fill in the form"<br></div>- Fill in the form, and hand it to Chris along with payment<br>- Chris returns a few minutes later with a membership card<br><br>As GTALUG is meeting virtually, these days, this process cannot occur<br>as described.<br><br>For those wishing to support GTALUG via membership, two routes are<br>suggested:<br><br> - The Cheque is In The Mail :: Send a payment via Canada Post.<br> - Interac eTransfer :: Send funds from your bank to ours<br><br>To ensure that membership has been addressed for voting at the 2020<br>AGM on October 13th, it is imperative to handle this earlier than<br>that, as mail can take several days for delivery.  Alas, either way,<br>this imposes more bureaucracy and some more cost than we have been<br>accustomed to.<br><br> - Payment via check using Canada Post :: In this case, please send a<br>      cheque, made out to "GTALUG", in the amount of $20, along with<br>      the identification information indicated below, and please send<br>      to the following address:<br><br>   GTALUG<br>   914-10 Carabob Court<br>   Toronto, ON M1T 3N5<br>    <br> - Interac eTransfer :: In this case, three pieces of information are<br>      critical, and must be shared both with your bank as well as with<br>      GTALUG.<br>   - Recipient :: The recipient email address is <a href="mailto:membership@gtalug.org">membership@gtalug.org</a><br>   - Security Question :: The content of this is not too important;<br>        "Random Value" or "Sooper Sekrut Data" are fine values.<br>   - Security Answer :: It is suggested that a random value be used.<br>        For instance, 215db45eb7f54e1e5907de3b50ac50ee is a value I<br>        got from passing 1K of data from /dev/random through md5sum,<br>        and that is a decent mechanism to get a relatively unguessable<br>        password.  (Of course, since many people have seen that<br>        specific value, 215db45eb7f54e1e5907de3b50ac50ee, it would not<br>        be a good choice.)  This security answer also needs to be<br>        emailed to the <a href="mailto:membership@gtalug.org">membership@gtalug.org</a> address in order for us<br>        to receive the payment.<br> - Common information :: Whichever of the above mechanisms is used for<br>      payment, please email the following membership information to<br>      <a href="mailto:membership@gtalug.org">membership@gtalug.org</a>.  Note that by longstanding policy, we do<br>      not pass your information on to outside organizations.<br>      - Name :: Your preferred name<br>      - Email :: Your preferred email address (if using Interac<br>                 eTransfer, it's best to use the same address, so we<br>                 know which email address to associate each security<br>                 answer with)<br>      - Address :: If you are comfortable providing such<br>      - Security Answer :: If eTransfer is used, we need the Security<br>           Answer in order to actually receive funds<br><br>*** Generating a random value, the Linux way<br>    Here is a script that repeatedly takes 1K of random data from<br>    /dev/random, and turns it into an md5 checksum to ensure that the<br>    value is human readable and not too long.<br>#+BEGIN_EXAMPLE<br>for i in 1 2 3 4 5; do dd if=/dev/random bs=1k count=2 status=none | md5sum; done<br>215db45eb7f54e1e5907de3b50ac50ee  -<br>4f8f0e3a2944c857ebc3a7a776659134  -<br>1a52010a29ef3b2446d532ba389f65cb  -<br>84e6b072e2661fc88b3a7b1ed1ce5873  -<br>ef3f10a8b634760691e2ae53a0952707  -<br>#+END_EXAMPLE<br></div>