View Issue Details

IDProjectCategoryView StatusLast Update
0007560Talercashier (Android App)public2023-01-26 22:53
ReporterChristian Grothoff Assigned Togrote  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Version0.9.1Fixed in Version0.9.1 
Summary0007560: auto-completion appended space to username
DescriptionI just had to help a colleague debug an issue where auto-completion had appended an (invisible) space to the username in the cashier's reconfiguration dialog. Hence, the login failed with a 404 from the server. However, there was no super-nice error message, so we had to go down to adb to debug this. Utlimately, I found that the username had a space appended to it, which meant it didn't match.

I think we should disallow whitespaces in usernames and auto-trim all whitespace (at beginning or end of usernames) to avoid this kind of issue in the future.
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2023-01-10 15:01 Christian Grothoff New Issue
2023-01-10 15:01 Christian Grothoff Status new => assigned
2023-01-10 15:01 Christian Grothoff Assigned To => grote
2023-01-12 16:16 grote Note Added: 0019633
2023-01-12 16:16 grote Status assigned => resolved
2023-01-12 16:16 grote Resolution open => fixed
2023-01-12 20:49 Christian Grothoff Fixed in Version => 0.9.1
2023-01-12 20:49 Christian Grothoff Target Version 0.9.2 => 0.9.1
2023-01-26 22:53 Christian Grothoff Status resolved => closed