Skip to content

Django User Account

RC edited this page Dec 6, 2022 · 2 revisions

This semester, the user account team added the user branch. The new feature: the new login in page: http://127.0.0.1:8000/users/login/. This can only be login in by the existing users. the new register page: http://127.0.0.1:8000/users/register/. This does not save the user in the databases. the new password_reset page: http://127.0.0.1:8000/users/password_reset/. This route is back to the Django Admin default page. There template for the password_reset__done and password_rest_confirm.html.

The future feature: User Account needs to save the user in the database when registering new users. Allow users to login in externally, not through the terminal. The password_reset page should route to the customer model we created. Add the URL to the password_reset_done and password_reset confirm page.

Clone this wiki locally