Thanks - that helped a bit, at least got me to thinking about it a little deeper.
FlexPhotos template includes a custom login module - I simply had to hack the mod_flexphotos_login.php file to point to the right component, changing the following code snippets:
| Code: |
index.php?option=com_registration&task=lostPassword
index.php?option=com_registration&task=register'
|
to:
| Code: |
index.php?option=com_secureregistration&task=lostPassword
index.php?option=com_secureregistration&task=register'
|
So it now points to the Secure Registration Mod. Now it looks and behaves just like the JJ-Supplied Login Mod, only with the Captcha feature that Secure REgistrations provides

Thanks for the response, and if you can think of anything else that needs changing, please let me know!!