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 #7

Open nisheet-n opened 2 years ago

nisheet-n commented 2 years ago

Update the existing code to support the newer versions of Python and Django in a better way. Also, improve the current folder structure.

mathematical-guy commented 2 years ago

Hello brother There is bug in which if more than maxlength is passed in 'include' then it will throw error. If you want to test don't type, but copy paste (more than maxlength characters) for include, you will see.

Thank you

nisheet-n commented 2 years ago

Thanks for pointing this out @mathematical-guy If you wish, you can try to fix it. An issue will soon be raised for this bug.

mathematical-guy commented 2 years ago

@nisheet-n I have resolved the bug, check my PR Thank you