@property
    def pw_hash(self):
        h = None
        try:
            h = self.password_hash.tobytes()