Adrien Precigout

Results 110 comments of Adrien Precigout

Perhaps @arthru if you could enlight us with your DNS knowledge ? :D

Thanks @arthru. @jerems6 are you able to open a PR ?

Hi, Thanks for the PR. Sadly, we are going to remove the login form in vue and only use the one from Django in order to implement OIDC (#3217). We...

There it is ```modoboa/templates/registration/login.html```. Can you target #3238 ?

Can you try this : `python manage.py load_initial_data` ? It should fill `config.json`

Hi, According to django [you can set it](https://docs.djangoproject.com/en/5.0/ref/settings/#csrf-cookie-httponly) if you want, but the django team is not convinced that it increases security

I'll look at it tomorrow. Don't you want to simply rearrange the layout so it fits the model ? Else it will be new lines of code and I don't...

Hi, thanks for the contribution, it seems cleaner indeed. Do you have some time [to add a test around here](https://github.com/modoboa/modoboa/blob/df9679a7634b67bf73c54c0251743f67ea19225b/modoboa/core/tests/test_core.py#L63) to check for the symlinks and config.json ? @tonioo I...