dev-yakuza / dev-yakuza.github.io

8 stars 9 forks source link

https://dev-yakuza.posstree.com/en/django/custom-user-model/ #13

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Django Customm User Model - let's see how to make Custom User Model in django.

let's see how to make Custom User Model in django.

https://dev-yakuza.posstree.com/en/django/custom-user-model/

rikhtehgaran commented 3 years ago

Hi how do you change password of a user?

dev-yakuza commented 3 years ago

Hi, @rikhtehgaran I think you can change password by user.set_password(password)! Please let me know you can change the password or not!

Thanks!