Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-04-07 09:03:28
- Foussa
- New Member
- Registered: 2008-04-07
- Posts: 1
[feedback] Problem: Character Case at Login
Hello everyone,
I use Textpattern for my website, and it’s really terrific. I really love the concept, the ease of use, and I look forward to use txp for other sites to come.
However, I recently had a problem with an author who was registered with an uppercase (“Talik”) and managed to login with a lowercase (“talik”). This lead to various problems, most notably one with the rss_author_info plugin that was unable to match the author “talik” with the user “Talik”, since authors are linked to articles by the login name and not by the author id or the author registered name (i wonder why, BTW). Overall I see this as a bug of txp, as character cases should match at the login screen in my opinion.
Anyway, it’s just a minor issue, and I’d like to thank everyone involved in the development of this great cms!
Offline
Re: [feedback] Problem: Character Case at Login
I think it’s a bug and we can fix this. This is probably caused by we set $txp_user to the entered login name, instead of using the name that is stored in MySQL.
Offline
Re: [feedback] Problem: Character Case at Login
Fixed in SVN revision 2856
Offline