9mido

Results 64 issues of 9mido

It is very tough to edit these fields in forms.py and custom_field.html rendering since forms.py CaptchaField(widget=CustomCaptchaTextInput) will generate input HTML tags for both id_captcha_0 and id_captcha_0 with the same exact...

This is a feature request. In addition to being able to click on a captcha image and download a .wav file of the captcha (since some people might like this),...

feature request

https://starcross.dev/blog/6/customising-django-simple-captcha/ Found that link and I thought the code snippet / link should be added to the documentation. If the author of this website claims that django-simple-captcha is not powerful...

https://github.com/mbi/django-simple-captcha/blob/master/captcha/templates/captcha/hidden_field.html https://github.com/mbi/django-simple-captcha/blob/master/captcha/templates/captcha/field.html https://github.com/mbi/django-simple-captcha/blob/master/captcha/templates/captcha/text_field.html input type="hidden" produces HTML5 validation errors when using: placeholder required input type="text" produces HTML5 validation errors when using: autocorrect Is there an alternative to make the captcha...

This code has not been updated for a while. Please make it work with django 3 and make it more modern.

I was not able to figure out how to use counter.dev locally. I assume a domain name with a live website is needed in order to use counter.dev to view...

This package has not seen an update in a while. Update it to work with the latest python and django versions.

Sometimes the OTP code does not change right away after expiration to a new OTP code. Instead of getting a new OTP code as soon as the current OTP code...

bug

If you already have existing admin users and then install the django-two-factor-auth package, those already existing admin users cannot enable 2FA. Only new admins that get created with python3 manage.py...

bug

It would be nice to be able to fully customize the URL that this package uses and not enforce /account/. I have seen other issues present this problem for this...