tazbug rev 20

Edit README
author Paul Issott <paul@slitaz.org>
date Wed Apr 04 20:03:49 2012 +0100 (2012-04-04)
parents 4fefc7ccf3f6
children 74eb7fea1546
files README tazbug
line diff
     1.1 --- a/README	Wed Apr 04 14:56:03 2012 +0300
     1.2 +++ b/README	Wed Apr 04 20:03:49 2012 +0100
     1.3 @@ -8,11 +8,11 @@
     1.4  Roadmap and other sites such as the wiki and forum.
     1.5  
     1.6  Users data are securely stored outside of the web server document root. Passwords
     1.7 -are crypted with MD5 and also stored outside of the document root. Your ID key
     1.8 +are encrypted with MD5 and also stored outside of the document root. Your ID key
     1.9  is the MD5 sum of your login, mail and password.
    1.10  
    1.11  TazBug is simple to use, 2 types of status exist: OPEN and CLOSED and 2 priority
    1.12 -levels are handled. Affected packages names can be added to the bug and the all
    1.13 +levels are handled. Affected packages names can be added to the bug and all
    1.14  bug configuration files can be edited.
    1.15  
    1.16  
    1.17 @@ -29,7 +29,7 @@
    1.18  Accounts
    1.19  --------
    1.20  To create an account on SliTaz Bugs you must use the graphical box from
    1.21 -your SliTaz system and found in the menu "Network" --> "SliTaz bug report"
    1.22 +your SliTaz system found in the menu "Network" --> "SliTaz bug report"
    1.23  You can also use the command line tool tazbug with the signup command:
    1.24  
    1.25  $ tazbug signup --name="Real Name" --user=login --mail=mail@domain --pass=pass
     2.1 --- a/tazbug	Wed Apr 04 14:56:03 2012 +0300
     2.2 +++ b/tazbug	Wed Apr 04 20:03:49 2012 +0100
     2.3 @@ -132,7 +132,7 @@
     2.4  		echo ""
     2.5  		echo "Sending account request for: $name ($user)"
     2.6  		# 'gen_key user:mail:passwd' locally but don't send it. It will be
     2.7 -		# generated on server from the user login, mail and encryted password
     2.8 +		# generated on server from the user login, mail and encrypted password
     2.9  		# so it is not transmited in GET urls.
    2.10  		gen_config
    2.11  		pass=$(crypt_pass $pass)