Bug 347909 - "Show nothing" at passwd prompt not working in User account
Summary: "Show nothing" at passwd prompt not working in User account
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_useraccount (other bugs)
Version First Reported In: 5.2.2
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 17:15 UTC by foolfunda.com
Modified: 2015-05-23 15:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description foolfunda.com 2015-05-18 17:15:34 UTC
I am using Kubuntu 15.04 .

Under Password/User account -> "At Password Prompt" 

When I selected "show nothing " or "show 3 bullet for .." and logoff /restart my desktop , its still showing the password dots during login.

Reproducible: Always

Steps to Reproduce:
1.Under Password/User account -> "At Password Prompt"  select show nothing
2. logoff/restart and login again
3. gotcha! still showing password dots in password prompts(login)

Actual Results:  
paswords dots are visible ,e.g If i have hello as password ..then its shwoing ..... (five dots)

Expected Results:  
It shouldn't show anything like hidden password prompts in terminal/unix passwords
Comment 1 Christoph Feck 2015-05-18 18:17:16 UTC
I am pretty sure these options are already removed in Plasma 5.3, but keeping open until someone confirms.
Comment 2 Burkhard Lück 2015-05-19 08:29:33 UTC
commit 7b2780d787e3a14eab7fc473dde993726d04258c
Author: David Edmundson <kde@davidedmundson.co.uk>
Date:   Fri Apr 17 19:08:36 2015 +0200

    Remove option to show 3 characters for every keypress in passwords
    
    It doesn't work on QLineEdits, it doesn't work on QtQuick TextFields,
    and it can never work. Given most our main password promptes are QtQuick
    TextFields this is a problem.
    
    Having an option that doesn't work is worse than not having an option,
    so I've removed it.
    
    REVIEW: 123405
Comment 3 Christoph Feck 2015-05-23 15:48:42 UTC
Thanks for the research, Burkhard.