비밀번호 잊어버렸을 때(개발환경 어드민에서만 사용)

hyuckhoon.ko·2021년 7월 28일
0

What I learned in first year

목록 보기
103/146
# user 객체 가져온 후
user.set_password('unencrypted_password')  # replace with your real password
user.save()

출처: https://stackoverflow.com/questions/41257346/how-to-update-password-in-django

0개의 댓글