Bug #516
Default Username should be users account name
Start date:
02/05/2009
Due date:
% Done:
100%
Estimated time:
Version:
0.3.1+
OS:
Linux
Description
By proxy from IRC :D
<Riddell> Sput: why is the default username not the users's account name?
Related issues
Associated revisions
History
#1 Updated by EgS over 15 years ago
This should only apply in Mono mode.
If Quassel(core) is used as a service this could expose confidential data to the users.
#2 Updated by EgS over 15 years ago
EgS wrote:
This should only apply in Mono mode.
If Quassel(core) is used as a service this could expose confidential data to the users.
This makes also sense in the Client only version, as we no longer create identities in the core.
#3 Updated by EgS over 15 years ago
- % Done changed from 0 to 30
Using Mac OS CoreServices to determine a proper default nick
#4 Updated by EgS over 15 years ago
- % Done changed from 30 to 70
Windows uses now GetUserNameEx from the Secur32 library to determine the login name and uses that
#5 Updated by Sputnick over 15 years ago
- Status changed from New to Assigned
- Assignee set to Sputnick
- Target version set to 0.4.0
- OS set to Linux
#6 Updated by Sputnick over 15 years ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Applied in changeset 9e5ced750e86fc8b5d0d6b69b927323a2de7c3ec.
Use login name as default nick on Unix, fixes #516