-
Notifications
You must be signed in to change notification settings - Fork 41
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
Generate password function #36
Comments
Hi Riccardo! I'm interested in helping this project (very new to open source). I've taken a stab at this open issue and I'm curious if it's a good fit for the project. One small issue though: when I click Generate, a new password is generated and populates in its associated field. But as you can see below, the password shows up as dots: My thoughts are that this field should be changed from the PasswordField class to the standard TextField class. Maybe this would then allow the end user to copy the generated password and paste it into the website registration form he/she is filling out. |
@bighandsam, welcome! :-) |
Hi, |
Implement a method that generates a password when the button in the NewLogin window is clicked. A simple password is ok. More sophisticated passwords could be done in a second step.
The text was updated successfully, but these errors were encountered: