Sagi313 / computerSecurity

0 stars 1 forks source link

Create and apply the conf file of the password limitations #9

Closed Sagi313 closed 2 years ago

Sagi313 commented 2 years ago

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

Sagi313 commented 2 years ago

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?