on my new project i'm using the FrontEndUsers module. First of all - thanks for the great job
But I'm a bit confused.
In the "Users" tab (of FEU admin panel) there are 2 possibilities to search for some users. First is to use regex on user's name, second is to use regex on some property. Ok. First test - just asterisk (*), with nothing more - and the FEU is down.
Be careful if you want to reproduce it
And then another test -> created user test1, test2 and pest1. Entered regex t*1 -> it doesn't work again.
During those tests I was smarter - I've opened two windows with the same form, when entered the buggy regex in first one (FEU down) - switched to another window (another instance of the same site) and entered some "correct" regex, for example "aaa". The $params[] were overwritten and the App wasn't so badly broken... but that's not a good solution.
So - am I missing something? Some advice anyone? And one more question - where the hell are those $params[] held? I tried clearing my browser cache, grep-ped database and all CMS files - nothing.

