PacketFence - BTS - PacketFence
View Issue Details
0001021PacketFenceconfigurationpublic2010-07-01 10:252012-02-29 10:46
obilodeau 
fgaudreault 
normaltrivialN/A
closedfixed 
 
2.2.02.2.0 
4d4327bb98c8a2b5a441f22876a90c6bc49faffa
0001021: installer.pl - show *** for passwords fields in installer.pl
When requested for mysql admin password, the password typed by the user is show in plaintext. Gives a bad security feeling to the user.

Database Name [pf]: pf
  Current Admin User [root]:
  Current Admin Password: n0t$0str0ngp4ss

probably a simple modification to the readline call
Code Review
patch 0001021.patch (1,484) 2011-04-11 15:41
https://www.packetfence.org/bugs/file_download.php?file_id=89&type=bug
Issue History
2010-07-01 10:25obilodeauNew Issue
2010-07-01 10:25obilodeauStatusnew => assigned
2010-07-01 10:25obilodeauAssigned To => obilodeau
2010-07-01 10:26obilodeauTarget Version => 1.9.1
2010-07-01 10:39obilodeauNote Added: 0001591
2010-07-01 11:10obilodeauNote Added: 0001592
2010-09-22 16:02obilodeauTarget Version1.9.1 => 1.9.2
2010-11-19 14:24obilodeauTarget Version1.9.2 => 2.0.0
2011-01-18 09:47obilodeauTarget Version2.0.0 => 2.1.0
2011-03-03 15:15obilodeauTarget Version2.1.0 => +1
2011-03-03 15:18obilodeauTarget Version+1 => +2
2011-04-11 15:40fgaudreaultNote Added: 0002026
2011-04-11 15:40fgaudreaultNote Edited: 0002026
2011-04-11 15:41fgaudreaultFile Added: 0001021.patch
2011-04-11 15:41fgaudreaultTag Attached: Code Review
2011-04-11 15:41fgaudreaultAssigned Toobilodeau => fgaudreault
2011-04-11 15:41fgaudreaultStatusassigned => feedback
2011-04-28 16:35obilodeaumtn revision => 4d4327bb98c8a2b5a441f22876a90c6bc49faffa
2011-04-28 16:35obilodeauNote Added: 0002044
2011-04-28 16:35obilodeauStatusfeedback => resolved
2011-04-28 16:35obilodeauFixed in Version => trunk
2011-04-28 16:35obilodeauResolutionopen => fixed
2011-05-04 11:33obilodeauFixed in Versiontrunk => 2.2.0
2011-05-04 11:40obilodeauStatusresolved => closed
2011-10-25 09:05obilodeauTarget Version+2 => 2.2.0
2012-02-29 10:46obilodeauCategoryfeature => configuration

Notes
(0001591)
obilodeau   
2010-07-01 10:39   
same thing for the database user pf password
(0001592)
obilodeau   
2010-07-01 11:10   
same thing for the database user pf password with ./configurator.pl
(0002026)
fgaudreault   
2011-04-11 15:40   
Proposed patch included. Using ReadMode('noecho') before the ReadLine and ReadMode('restore') right after. To be tested.

(0002044)
obilodeau   
2011-04-28 16:35   
fixed