PacketFence
Bug Tracking System

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000551PacketFencecorepublic2009-01-28 19:322012-02-29 10:57
Reporteruser4 
Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000551: Web admin GUI - passwords can't contain @ symbol
DescriptionWeb admin GUI: the passwords can't contain de @ symbol

(reported by Andrew Niemantsverdriet)
TagsNo tags attached.
fixed in git revision
fixed in mtn revision
Attached Files

- Relationships

-  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

- Issue History
Date Modified Username Field Change
2009-01-28 19:32 user4 New Issue
2009-01-28 19:32 user4 Status new => assigned
2009-01-28 19:32 user4 Assigned To => user4
2009-01-28 19:46 user4 Note Added: 0001046
2009-01-28 19:47 user4 Status assigned => closed
2009-01-28 19:47 user4 Note Added: 0001047
2009-01-28 19:47 user4 Resolution open => fixed
2010-04-15 17:54 obilodeau Category 1.8.1 => 1.8.x
2012-02-29 10:57 obilodeau Category 1.8.x => core


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker