-
**Describe the bug**
The editing page for the report recipes misses a front-end check to verify if the input is expected and allowed. By providing an unexpected value (e.g. the letter A) a Schedule e…
-
Look into the best methods for protecting the admin interface in production
- Change the url path to the `admin` page
- Use `django-otp` for one time passcodes
- Allow only certain IP addresses to …
-
Basic task: Add two factor authentication to Inyokas login, as that is a standard by now. (was f.e. requested in )
- [ ] decide, whether to offer OTP and/or FIDO
- [ ] check which integration fi…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
When using the PUI login form and logging in with a OpenIDConnect p…
-
Realizuoti 2FA.
Pagal galimybės nauduoti framework'a https://pypi.org/project/django-otp/
Sąlygos:
1. Vienkartinį kodą vartotojas turės gauti el. paštu.
2. Vienkartinis kodas siunčiamas tik tuo atvėj…
-
Hi, thanks for the awesome project.
I having some problems with a custom login View, when i try to check if user is_verified, looks like that method isnt in the user
-
Im trying to implement django recaptcha2 with django two factor auth and when is with recaptcha field, its not requisiting code for login.. When i remove the field for recaptcha, its work normal.
I…
-
## Expected Behavior
When trying to enforce a view with two-factor authentication, the method `is_verified()` should work even after the user logged out.
## Current Behavior
When the user act…
-
hi ,
after install requirements,and run `python manage.py createsuperuser`
I get some Error :
can not create superuser !!!
```
Traceback (most recent call last):
File "manage.py", line 21, in …
-
Setup wizard crashes on MethodForm if registry is empty.
## Expected Behavior
The wizard should show warning and do not allow user to proceed if there is no methods in the registry.
## Current …