
| Anonymous | Login | 2025-10-27 00:15 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000551 | PacketFence | core | public | 2009-01-28 19:32 | 2012-02-29 10:57 | |||
| Reporter | user4 | |||||||
| Assigned To | user4 | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | ||||||||
| Target Version | Fixed in Version | |||||||
| Summary | 0000551: Web admin GUI - passwords can't contain @ symbol | |||||||
| Description | Web admin GUI: the passwords can't contain de @ symbol (reported by Andrew Niemantsverdriet) | |||||||
| Tags | No tags attached. | |||||||
| fixed in git revision | ||||||||
| fixed in mtn revision | ||||||||
| Attached Files | ||||||||
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 |