Hanne Moa
Hanne Moa
The [Django app django-password-validators](https://pypi.org/project/django-password-validators/) supports sub-rules i-iv with a single validator: `django_password_validators.password_character_requirements.password_validation.PasswordCharacterValidator` On second look, it drags in a lot of things we don't need like forms and views and...
Here's another: `https://github.com/i3thuan5/django-password-policies-validator`
There exists no official guide to upgrading from Foundation 5 to 6. Here's an unofficial one from 2016: [Updating to Zurb Foundation 6, not.](http://www.alwaysrightinstitute.com/foundation6/)
If it is only the forms that use Foundation, we could just switch to a different theme in crispy-forms. We need to find out where and how Foundation is being...
Direct use in python: ``` python/nav/web/radius/forms.py:24:from crispy_forms_foundation.layout import Layout, Row, Column, Submit python/nav/web/navlets/forms.py:6:from crispy_forms_foundation import layout python/nav/web/devicehistory/forms.py:23:from crispy_forms_foundation.layout import Layout, Fieldset, Row, Column, Field python/nav/web/messages/forms.py:20:from crispy_forms_foundation.layout import Submit python/nav/web/l2trace/forms.py:18:from crispy_forms_foundation.layout...
Usage in javascript. Number is count of times foundation is mentioned in the file, comments excluded. ``` 5 python/nav/web/static/js/src/info_room_rack.js 4 python/nav/web/static/js/src/seeddb_add_patch.js 4 python/nav/web/static/js/src/plugins/delegate_tooltip.js 4 python/nav/web/static/js/libs/foundation.min.js 3 python/nav/web/static/js/src/subnetmatrix.js 3 python/nav/web/static/js/src/portadmin.js 3...
Usage in html, `{% load crispy_forms_tags%}` and `{% load crispy_forms_fields %}` excluded. Number is count of times crispy is mentioned in the file. ``` 3 python/nav/web/templates/webfront/preferences.html 3 python/nav/web/templates/useradmin/group_detail.html 3 python/nav/web/templates/useradmin/account_detail.html...
All docker files to convert: - [x] ./Dockerfile - [x] ./tools/docker/graphite/Dockerfile - [x] ./tools/forward/Dockerfile Tests are run on the previous LTS ubuntu, upgrading that to latest LTS, jammy: - [...
@mtadeu if you can't spot the error, note that there are 14 "columns" in your log and there should be 15. Before that last column before the equals sign there...
drf-simplejwt has a StatelessToken backend that does *not* talk with the user table, considering that nav does not use `django.contrib.auth`.