Bouke Haarsma

Results 250 comments of Bouke Haarsma

You can override this template anyway you like in your own site. The current layout was chosen because of css's broken float model. With today's css3 grids this argument is...

This is the current check, it already checks `INSTALLED_APPS`: https://github.com/Bouke/django-two-factor-auth/blob/7684b9a08f63ffa0ee79c3ac94a0f67ba864730a/two_factor/models.py#L16-L19 https://github.com/Bouke/django-two-factor-auth/blob/7684b9a08f63ffa0ee79c3ac94a0f67ba864730a/two_factor/models.py#L39-L43 A pull request that solves your problem would be welcome.

@moggers87 Grabbing the files is the easy part I think: there needs to be an API token for accessing transifex, that can be stored in a "action secret". But what...

Yep, the checklist can be found [in the readme](https://github.com/Bouke/django-two-factor-auth#releasing). A fully automated solution would be helpful as to standardise the output and prevent errors, so that would be a nice...

The admin configuration is two-fold; 1. the login view is automatically monkey patched to use this package's login view 2. `AdminSiteOTPRequired` requires that all users accessing the page have been...

Hi @dessibelle thanks for you response. The management commands are listed in their own namespace when listed with help: ``` [two_factor] disable status ``` Although using them might seem a...

Hi Stuart. First of all, thank you! Can you elaborate on why you need additional validators, besides the newly added validation of the phonenumbers library? Maybe I'll make validating phone...

It would be awesome if we could land this PR, as the current admin integration is rather lacking. Do you have plans to continue working on this? If not, I...

Hi @vereena42 sorry for not getting back to you any sooner, but nevertheless great seeing you as a first time contributor! I'm not familiar with U2F, but I've ordered a...

@alexsdutton Regarding your questions; 1. the implementation could live within this package, however in a similar fashion to yubikey i.e. completely optional to use 2. I'd very much like to...