quinone / password-manager

Password management application developed as a group project for college.
0 stars 0 forks source link

Password generator needs refactored . #46

Open Pitoche opened 1 month ago

Pitoche commented 1 month ago

The Password generator logic and UI need to be refactored I am currently having issues with the logic of character counting different types etc It is 40% working (being generous)

quinone commented 3 weeks ago

This is almost complete. I still need to fix the form fields for the different types i.e password, passphrase or pin

Pitoche commented 3 weeks ago

Good job @quinone @Rachie94 Maybe we can incorporate this functionality directly on to the "New Item". That way, it can be used when adding a user and password just an idea... !!!!

quinone commented 3 weeks ago

Yeah its a good idea. I had started messing with it. If you see there is a file called password-widget.html. It can be included on the page using {% include 'password-widget.html' %} The issue I ran into was different 'POST' methods from the 2 different forms. Any thoughts on a work around?