[OFBiz] Dev - Social Security Number

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - Social Security Number

cjhowe
Strange behavior
using the text-find option in the form widget on
fields that have been encrypted, input field isn't
encrypted to compare with the stored value so no
result is shown.
 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - Social Security Number

David E. Jones

Chris,

This is a more general issue that is part of the Entity Engine and  
not the form widget.

If a field is encrypted, then it can't be used as a condition in a  
query, or at least that isn't supported right now. It might work out  
to try to do some sort of pre-encryption on the query parameter value  
to make at least the equals and not equals comparisons work, but any  
sort of LIKE or anything probably couldn't be done.

-David


On Aug 13, 2005, at 10:00 PM, Chris Howe wrote:

> Strange behavior
> using the text-find option in the form widget on
> fields that have been encrypted, input field isn't
> encrypted to compare with the stored value so no
> result is shown.
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev