Clarity on how Fields.EmailHash
can be used to look up a user by their email address.
#169
Labels
please-test
Please test the feature in Staging Environment and confirm it's working as expected.
question
A question needs to be answered before progress can be made on this issue
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
The value that I am passing in to this function is a normal email address, like "firstname.lastname@gmail.com" -- but then this plain email is used to try to find the user by their
email_hash
-- since I haven't hashed the email address, how is this supposed to work?Instead of
I would expect
but of course this won't work either because the email address is apparently encrypted...
So I guess I'd like clarity on what is going on behind the scenes such that this code is expected to work. Is there some black magic in the Fields library? If so, what is it?
Thanks!
The text was updated successfully, but these errors were encountered: