Browse Source

Allow searching by IP and email in staff user search

This involves temporarily decrypting all values being searched and
inserting them into a temporary table. Creation of this table can be
very slow when IP history is optionally searched. It might be better to
not make the temp table and just do the IP filtering from PHP.

Fixes #2
spaghetti 8 years ago
parent
commit
d620b753c1

Diff Content Not Available