iot-lab-kiit / Password-Generator

Application made in Django to generate random passwords as based on certain criteria .
https://passgeniot.herokuapp.com/
3 stars 7 forks source link

Generating Multiple Passwords #2

Closed nisheet-n closed 2 years ago

nisheet-n commented 2 years ago

Multiple passwords (at least 5) should be displayed at a time when the user sets their criteria. Currently only 1 password is being displayed.

Ali-Xoerex commented 2 years ago

Hello @nisheet-n ! I'm interested in solving this issue, I've already opened a PR #6 but I have to slightly change it so every password field has a copy button. Can you please assign this issue to me?

Mr-Destructive commented 2 years ago

I have just created a pull request for displaying the passwords in a list of either 1,2,3,4,5 or 10 (1 by default). #9

nisheet-n commented 2 years ago

Great work @Ali-Xoerex and @Mr-Destructive We will review your changes soon.