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

Input box considering more than maxlength through clipboard #19

Closed nisheet-n closed 2 years ago

nisheet-n commented 2 years ago

If more than the length of password is entered in "Must Include" input box by copy pasting method, it considers the input and shows an error.

The input field should not take input which is more than the user specified length by copy paste method. It should alert the user by displaying an appropriate message.

maxvaer commented 2 years ago

I would give it a try, if you could assign it to me.

nisheet-n commented 2 years ago

Sure @maxvaer, go ahead and open a PR when you are done.