forked from DGNum/gestioCOF
move account save
This commit is contained in:
parent
5654fd84e8
commit
46e9e82da8
2 changed files with 4 additions and 3 deletions
|
@ -206,7 +206,6 @@ class Account(models.Model):
|
|||
pwd_sha256 = hashlib.sha256(pwd.encode('utf-8'))\
|
||||
.hexdigest()
|
||||
self.password = pwd_sha256
|
||||
self.save()
|
||||
|
||||
# Surcharge de delete
|
||||
# Pas de suppression possible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue