diff --git a/assets/html/documentation.html b/assets/html/documentation.html index da9861d..d19799f 100644 --- a/assets/html/documentation.html +++ b/assets/html/documentation.html @@ -62,11 +62,61 @@
- This has to be written and will come in future. + Currently this is more a changelog and a description + how to use new features.
+ Another step on the way. Now basic signup is possible. + Users and credential will be stored in gdbm files. +
+ ++ The signup and login can be testes by clicking on + signup or login in the menu. A popup should occur where + you can enter the neccessary informations. Currently + no sanity checks are done on the given data. The key + is the email address. +
+ ++ If you signup with an email address + that is already in the database nothing happens, else + a user will be created and logged in. +
+ ++ After a successful login the first and surname will be + visible in the upper right corner of the page. +
+ ++ Additionally to the name you can find the version, + session id as well as an indicator how long the session + lasts. A session lasts 5 minutes since the last preocessed + request. +
+ ++