Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Sep 17, 2020
2 parents 1c6fbad + 09c4dc8 commit 9409b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypnusershub/db/models_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TempUser(DB.Model):
champs_addi = DB.Column(JSONB)
date_insert = DB.Column(DB.DateTime)
date_update = DB.Column(DB.DateTime)

def set_password(self, password, password_confirmation, md5):
self.password, self.pass_md5 = check_and_encrypt_password(
password, password_confirmation, md5
Expand Down

0 comments on commit 9409b17

Please sign in to comment.