PacketFence - BTS - PacketFence
View Issue Details
0000551PacketFencecorepublic2009-01-28 19:322012-02-29 10:57
user4 
user4 
normalminoralways
closedfixed 
 
 
0000551: Web admin GUI - passwords can't contain @ symbol
Web admin GUI: the passwords can't contain de @ symbol

(reported by Andrew Niemantsverdriet)
No tags attached.
Issue History
2009-01-28 19:32user4New Issue
2009-01-28 19:32user4Statusnew => assigned
2009-01-28 19:32user4Assigned To => user4
2009-01-28 19:46user4Note Added: 0001046
2009-01-28 19:47user4Statusassigned => closed
2009-01-28 19:47user4Note Added: 0001047
2009-01-28 19:47user4Resolutionopen => fixed
2010-04-15 17:54obilodeauCategory1.8.1 => 1.8.x
2012-02-29 10:57obilodeauCategory1.8.x => core

Notes
(0001046)
user4   
2009-01-28 19:46   
--- pf/html/admin/login.php 583b6ae527d04f1eb4d28893f5fecc76d9b4e76c
+++ pf/html/admin/login.php 6b6115ab015aac31bc1af15fd693267db6259ce6
@@ -5,7 +5,7 @@ function check_input($input){
 }
 
 function check_input($input){
- if(preg_match("/^[a-zA-Z0-9\:\,\(\)]/", $input) && strlen($input) <= 15){
+ if(preg_match("/^[\@a-zA-Z0-9\:\,\(\)]/", $input) && strlen($input) <= 15){
     return true;
   }
   else{
(0001047)
user4   
2009-01-28 19:47   
fixed in mtn revision 21f445103bd53e268d3af5fb7e202ba4fb725b71