Bug 319223 - Auto-identification does not work if password has spaces
Summary: Auto-identification does not work if password has spaces
Status: RESOLVED WORKSFORME
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.4
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 14:00 UTC by Jakob Kramer
Modified: 2013-06-27 13:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Kramer 2013-05-02 14:00:29 UTC
When joining a server where your NickServ password has spaces (e.g. "foo bar", "this is my secret password"), instead of logging you in with the specified user name, it tries to log you in as the first word in the password (i.e. "foo", or "this").

Reproducible: Always

Steps to Reproduce:
1. Set username to "John".
2. Set auto-identification password to "foo bar".
3. Join the server.
Actual Results:  
You receive this notice: "-NickServ- foo is not a registered nickname."

Expected Results:  
You are successfully logged in as "John".
Comment 1 Eike Hein 2013-06-27 13:55:59 UTC
Konversation essentially sends "/msg <service> identify <password>", how <service> ends up parsing that is up to itself. I recommend cheating and adding your username at the front of <password>.