We currently have a register page in this address: localhost/register/.
The password limitation is currently the django auth defaults.
We need to apply our own conf (or JSON) file to change those limitations.
Anything new?
Because I think we might want to change from the Django auth model to our own built users system, to be able to manage it better. Any thoughts?
We currently have a register page in this address: localhost/register/. The password limitation is currently the django auth defaults. We need to apply our own conf (or JSON) file to change those limitations.
Work with the register page and apply it