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

Update and Restructure #20

Open mathematical-guy opened 2 years ago

mathematical-guy commented 2 years ago

Simplified the generate password function. Added MAXLENGTH, MAXPASSWORDS, MAX_INCLUDE_LENGTH parameters in views.py file which are changeable according to requirement.

Restructured the html code using jinja template. Added max-length parameter to "include" box, thus resolving the bug of input characters with overflowing characters.

nisheet-n commented 2 years ago

Please remove the binary files and resolve conflicts. Thanks

mathematical-guy commented 2 years ago

@nisheet-n There are no .pyc files in my branch. Also views.py seems to be working no conflicts found.