The Joomla! Extensions Directory ™


Closed Module

Editor's Note
  • This extension requires registration to download.
We do not support this product anymore

Report

1 of 1 people found this review helpful
2010-07-27
Reviews: 1
It does what it says, but in my humble opinion it does it in a very bad way. It gets all usernames and emails on your site, encrypts them and then, using JS (on the client side), checks for a match.

Two problems with this approach:
1 - There's a performance penalty caused by all the potentially large queries to the DB and sending them to the user's browser.
2 - Anyone can easily access the usernames of ALL the registered users on your website (including super admins).

For the developer: Don't get discouraged. It seems like a creative way to solve the issue. I just don't think it is the right way.
Check out JFooBar Joomla Email to see what that developer did different. We're always learning.