Nick length can't exceed 16 chars, yet lernid lets you go more
Bug #810774 reported by
Mohammad AbuShady
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Lernid |
New
|
Undecided
|
Unassigned |
Bug Description
I noticed my nick was trimmed, then i found out it's because the server doesn't allow nicks over 16 chars, it trims the rest, lernid text box doesn't have limits, it should warn user when he exceeds the limit, or maybe even denys submiting.
To post a comment you must log in.
NIce catch, Coalwater. It may be possible to tell gtk through the data/ui xml files what the maximum length is, then someone wouldn't even be able to type more than 16 characters.
Hint: the max_length property, the file is ConnectDialog.ui, and the gtkEntry object is called password. (The first mention of "password" is in the label for that field).