Dan Swain

Results 48 comments of Dan Swain

Thank you @carltongibson. I did notice `get_form_class()` and the comment in the code there: ![image](https://github.com/carltongibson/django-filter/assets/7819909/06414bc7-7c7b-4031-a75d-b191cd86e37f) A search in the docs on `get_form_class` turns up nothing, so this appears to be...

Try the "on" setting when initializing the component.

@KalobTaulien Thanks for your comment. I had the same problem and adding `captcha` to `INSTALLED_APPS` fixed it for me too. However, even though I've created a reCAPTCHA v2 key set,...

Thanks @KalobTaulien. That solved the problem. I now have the click interface. Also, I don't quite understand the second paragraph of your comment above.

Thanks for the clarification @KalobTaulien. One thing that I do for local development which might be useful to you - I'm on Windows and I set up local development domains...

@probabble I also just discovered this issue when I needed to restrict access to a page to a specific group of users. I think this issue should be classified as...

There's a very interesting discussion on the Security Now podcast about how magic-link login makes so much sense. Steve commented: [The problem for our future is that email loop login...

@pennersr, you wrote: > ### Email as a second factor > You enter your email address and password, and as a result you end up on a page where you...

@pennersr One other thought on having login via an emailed code (and this probably goes without saying), but I am hoping that this functionality would be built directly into django-allauth...

A couple of thoughts here: The `ACCOUNT_LOGIN_BY_EMAIL_ENABLED` setting that you have created appears to establish emailed-code login only as an **alternative** method, not as the **exclusive** method for signing in....