#103: username field is case sensitive with authreg_mysql
-------------------+--------------------------------------------------------
Reporter: Teresa | Owner: smoku
Type: defect | Status: new
Priority: major | Component: c2s
Version: 2.1.7 | Resolution:
Keywords: | Blocking:
-------------------+--------------------------------------------------------
Comment (by Teresa):
Replying to [comment:4 smoku]:
> * how your authreg table is created: {{{SHOW CREATE TABLE authreg;}}}
{{{
Table Create Table
------- --------------------------------------
authreg CREATE TABLE `authreg` (
`username` text,
`realm` tinytext,
`password` tinytext,
`token` varchar(10) default NULL,
`sequence` int(11) default NULL,
`hash` varchar(40) default NULL,
KEY `username` (`username`(255)),
KEY `realm` (`realm`(255))
) ENGINE=MyISAM DEFAULT CHARSET=utf8
}}}
--
Ticket URL: <http://jabberd2.xiaoka.com/ticket/103#comment:5>
jabberd2 <http://jabberd2.xiaoka.com/>
jabberd2 project
_______________________________________________
jabberd2 mailing list
[email protected]
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com