Feature #4627
closedAdd a separate Ident field in the serverlist
0%
Description
Add a separate Ident field in the serverlist.
Currently the value of the "Username" field is used for both SASL authentication and as the ident sent in the USER command when logging into IRC. This forces the ident of the user to be their SASL username which is a problem if the ident needs to be different from the SASL username.
It would be great if there was a new separate "Ident" field for the ident, so that the "Username" field is only used for SASL.
Ideally, the current "Username" field should be changed to become the "Ident" field so that it can stay in the same place in the interface, and a new "Username" field added below the login method drop down menu, because currently the SASL username and SASL password fields are separated from each other which is a bit weird with regards to interface layout.
Files