Closed nachobacanful closed 4 years ago
https://github.com/CYBEX-P/tahoe/blob/258db1543c76e8f0bceccdf47d6cf00496fdbe6b/tahoe/identity/backend.py#L59 this line converts identity_coll to identity_coll.backend, therefore never finding a users, therefore it always returns None
identity_coll
identity_coll.backend
None
return self.find_one({"_hash": thisuser._hash}, p)
https://github.com/CYBEX-P/tahoe/blob/258db1543c76e8f0bceccdf47d6cf00496fdbe6b/tahoe/identity/backend.py#L59 this line converts
identity_coll
toidentity_coll.backend
, therefore never finding a users, therefore it always returnsNone
Solution