Bug #189

Accentued characters in passwords are not well managed

Added by Clément OUDOT about 2 years ago. Updated almost 2 years ago.

Status:Closed Start:29/03/2010
Priority:Normal Due date:
Assigned to:Clément OUDOT % 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

Revision 91
Added by Clément OUDOT almost 2 years ago

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

Also available in: Atom PDF