Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is this password box on easygui showing the characters before anythings typed? #39

Closed
robertlugg opened this issue Jan 7, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@robertlugg
Copy link
Owner

Here is my code, it is supposed to produce a password box for the user to enter their password with hidden characters showing instead of letters. When I run it, the hidden characters are showing even before I've typed anything.

import easygui as eg

message="Enter Password"
title="New User"
fieldNames=["Enter Password"]
fieldVals=eg.passwordbox(message,title,fieldNames)

from:
http://stackoverflow.com/questions/27800574/why-is-this-password-box-on-easygui-showing-the-characters-before-anythings-type

@robertlugg robertlugg self-assigned this Jan 7, 2015
@robertlugg robertlugg added this to the 0.97.4 milestone Jan 7, 2015
@robertlugg
Copy link
Owner Author

It turns out, this is just a bit of user error. The default password is shown in asterisks. Everything seems to be OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant