Bug #1225
Authserv rejects passwords sent by Quassel
0%
Description
After registering an account at gamesurge.net, I tried logging in by entering "/authserv auth [user] [pass]" into Quassel while connected to the gamesurge network. Authserv rejected the password as incorrect. Using gamesurge's web client (https://gamesurge.net/chat/), the same password is accepted.
The same issue happened with authserv's cookies. Although copied & pasted from the email, authserv didn't recognize the cookie. The web client did.
I was able to reproduce this in Quassel v0.9.0 (dist-3b9dd10), on both Windows 7 and Ubuntu 13.04 (both 64 bit).
Related issues
History
#1 Updated by Anonymous over 11 years ago
- Category changed from Quassel Client to Quassel Core
- Status changed from New to Feedback
Probably related to the superfluous colon on what quassel thinks is the last param; can you try `/quote authserv <user> <pass>` instead and report back?
#2 Updated by bkloster over 11 years ago
That did it, thank you!
For anyone googling this: The complete correct command is
/quote authserv auth <user> <pass>
#3 Updated by Anonymous over 11 years ago
- Status changed from Feedback to Closed
Thanks for confirming; closing as dupe.