Page MenuHomePhabricator

iOS app: "Log out [username]" does not normalize username
Closed, ResolvedPublic

Description

screenshot showing non-normalized username

When logging in, if I type my username in as "legoktm" (lowercase L), then the menu will show "Log out legoktm". If I capitalize it as "Legoktm", then it will say "Log out Legoktm".

On beta #10 (I think).


Version: Alpha
Severity: minor

Attached:

2014-04-15_14.50.05.png (960×640 px, 65 KB)

Details

Reference
bz63969

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:08 AM
bzimport set Reference to bz63969.
bzimport added a subscriber: Unknown Object (MLST).

Probably the thing to do is normalize on login, so we save the normalized version and just keep that for display later. Not sure if we get it back from the API conveniently or if we have to extract it from the cookie or some crud offhand. :)

It does return them properly when you login. This is what the Android app uses.

This should be fixed in latest build as part of Ied5d52cf4 -- you'll have to log out and log in to see the now-normalized form though.