Describe the bug
After the password reset serializer lands in openwisp-users, docker-openwisp still needs a follow-up change in settings.py to use openwisp-users' PASSWORD_RESET_SERIALIZER in REST_AUTH settings when openwisp-radius is not installed.
Steps To Reproduce
- Run a
docker-openwisp deployment without openwisp-radius installed.
- Inspect the REST authentication settings used by
settings.py.
- Notice that the password reset serializer is not yet wired from
openwisp-users.
Expected behavior
settings.py should configure REST_AUTH to use PASSWORD_RESET_SERIALIZER from openwisp-users whenever openwisp-radius is not installed, so the new password reset flow works consistently.
Screenshots
N/A
System Informatioon:
- OS: N/A
- Docker version: N/A
- Browser and Browser Version (if applicable): N/A
Describe the bug
After the password reset serializer lands in
openwisp-users,docker-openwispstill needs a follow-up change insettings.pyto useopenwisp-users'PASSWORD_RESET_SERIALIZERinREST_AUTHsettings whenopenwisp-radiusis not installed.Steps To Reproduce
docker-openwispdeployment withoutopenwisp-radiusinstalled.settings.py.openwisp-users.Expected behavior
settings.pyshould configureREST_AUTHto usePASSWORD_RESET_SERIALIZERfromopenwisp-userswheneveropenwisp-radiusis not installed, so the new password reset flow works consistently.Screenshots
N/A
System Informatioon: