Bug #189
Accentued characters in passwords are not well managed
| Status: | Closed | Start: | 29/03/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Self Service Password | |||
| Target version: | self-service-password-0.4 |
Description
When using a special character like "é" in password, I get this in PHP variable : \xc3\xa9
Associated revisions
Decode UTF8 string to know its real length (references #189)
History
Updated by Clément OUDOT almost 2 years ago
- Status changed from New to Assigned
News on this issue:
- the \x characters are the ASCII representation of UTF-8 strings in apache error log, this is normal
- PHP strlen function count an UTF-8 character for 2 characters, this is where the bug is, and of course this will be soon corrected!
Updated by Clément OUDOT almost 2 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Done in r91