# HG changeset patch # User Paul Issott # Date 1333566229 -3600 # Node ID 8d5eadf9ca7a410a2a95a16e497ac1375026549a # Parent 4fefc7ccf3f67be24e1b38ea0821dc7a6bc3fd98 Edit README diff -r 4fefc7ccf3f6 -r 8d5eadf9ca7a README --- a/README Wed Apr 04 14:56:03 2012 +0300 +++ b/README Wed Apr 04 20:03:49 2012 +0100 @@ -8,11 +8,11 @@ Roadmap and other sites such as the wiki and forum. Users data are securely stored outside of the web server document root. Passwords -are crypted with MD5 and also stored outside of the document root. Your ID key +are encrypted with MD5 and also stored outside of the document root. Your ID key is the MD5 sum of your login, mail and password. TazBug is simple to use, 2 types of status exist: OPEN and CLOSED and 2 priority -levels are handled. Affected packages names can be added to the bug and the all +levels are handled. Affected packages names can be added to the bug and all bug configuration files can be edited. @@ -29,7 +29,7 @@ Accounts -------- To create an account on SliTaz Bugs you must use the graphical box from -your SliTaz system and found in the menu "Network" --> "SliTaz bug report" +your SliTaz system found in the menu "Network" --> "SliTaz bug report" You can also use the command line tool tazbug with the signup command: $ tazbug signup --name="Real Name" --user=login --mail=mail@domain --pass=pass diff -r 4fefc7ccf3f6 -r 8d5eadf9ca7a tazbug --- a/tazbug Wed Apr 04 14:56:03 2012 +0300 +++ b/tazbug Wed Apr 04 20:03:49 2012 +0100 @@ -132,7 +132,7 @@ echo "" echo "Sending account request for: $name ($user)" # 'gen_key user:mail:passwd' locally but don't send it. It will be - # generated on server from the user login, mail and encryted password + # generated on server from the user login, mail and encrypted password # so it is not transmited in GET urls. gen_config pass=$(crypt_pass $pass)