Example #1
0
 def password(self, pw):
     hsh = encrypt_password(pw)
     self._password = hsh
Example #2
0
 def password(self,pw):
     self._pw_hash = encrypt_password(pw)
Example #3
0
 def password(self, pw):
     self._pw_hash = encrypt_password(pw)