tazpanel rev 121

settings.cgi: hide password (well... still in URL, should we use POST instead of GET ?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 15 12:38:49 2011 +0200 (2011-04-15)
parents 9df14c495cdd
children db3e3145d443
files settings.cgi
line diff
     1.1 --- a/settings.cgi	Fri Apr 15 12:36:09 2011 +0200
     1.2 +++ b/settings.cgi	Fri Apr 15 12:38:49 2011 +0200
     1.3 @@ -149,7 +149,7 @@
     1.4  		cat << EOT
     1.5  <p>
     1.6  	$(gettext "Password":)
     1.7 -	<input type="text" name="password" />
     1.8 +	<input type="password" name="password" />
     1.9  	<input type="submit" name="do" value="`gettext "Change password"`" />
    1.10  </p>
    1.11  </form>