$ git clone https://socialnetwork.ion.nu/socialnetwork-web.git
commit 8acf8f9569ad5c80a78e7188e18affbe0dbc5f71
Author: Alicia <...>
Date:   Fri Jul 7 18:33:51 2017 +0200

    Added technical details about the serverside account option.

diff --git a/websocial.html b/websocial.html
index 8491ae6..e2f2e9f 100644
--- a/websocial.html
+++ b/websocial.html
@@ -28,7 +28,8 @@
       Please choose how to login/create an account/key<br />
       <div class="inline">
         <button onclick="chdisplay('login_select','login_account');">Account on the server</button><br />
-        The simple option. TODO: link for details
+        The simple option. <a href="#" id="login_techlink" onclick="chdisplay('login_techlink','login_techdetails');return false;">Click here for details.</a>
+        <span id="login_techdetails" style="display:none;">Private key stored encrypted on the server and tied to your username (and a passkey generated on the client side from a hash of the key's password to obtain the encrypted key for local decryption)</span>
       </div>
       <div class="inline">
         <button onclick="chdisplay('login_select','login_privkey');">Private key file</button><br />