There's a part of y system where - for security reasons I need my members to verify who they are by inputting Login Name and Password. When tried
find Members where members loginName = ?ask at runtime AND members.password = ?ask at runtime,
The find fails, It works when I remove the password=?ask at runtime.
I can fully understand the reasoning behind encryption and not being able to send password by email, but I would have thought that internally (ie within itself) AwareIM would have been able to make this comparison?