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

Check length of must include on paste event #23

Closed maxvaer closed 2 years ago

maxvaer commented 2 years ago

Hi all, I added a check to validate the length of the must include field is not longer than the specified length, if the user pastes some content into it.

If the user trys to paste more content then allowed, the content doesn't get pasted into the input and a warning message gets displayed. This closes #19

nisheet-n commented 2 years ago

Nicely done @maxvaer