[Python self] Django authentication system

A, Django comes with an authentication module

We are developing a site, the inevitable need to design websites to achieve the user's system.

At this point we need to achieve, including user registration, user login, user authentication, log off, change passwords and other functions, this really is a troublesome thing yet.

Django as a framework for the ultimate perfectionist, of course, also think of these pain points users.

It built a powerful user authentication system - auth , it defaults to auth_user table to store user data.

               

Guess you like

Origin www.cnblogs.com/leokale-zz/p/12219504.html