Topic-icon JFBConnect + EasySocial : Password field visible during mini-reg.

Active Subscriptions:

None
I want to make the following fields hidden during mini-registration: username, email, password.
I'm able to do this successfully with both username and email, but password always shows during registration.

How can I ensure that passwords are being generated automatically and hidden during the registration process?

Attached are screenshots of the related configurations. Also, I have the following auth plugins enabled
Authentication - Joomla
Authentication - JFBConnect Facebook
Authentication - EasySocial
The topic has been locked.
Active Subscriptions:

None
Note: it appears that username & email will display sometimes (it's erratic, I can't determine consistent steps to reproduce). The password and confirm password fields, however, always appear.

Is there a good way to debug this?

Thanks,
Kevin
The topic has been locked.
Active Subscriptions:

None
I found the source code that is responsible for populating this, and I can see that password generation is not supported in the mini-reg use case.
The topic has been locked.
Support Specialist
kevort,
I'm sorry for the delayed response. Unfortunately, it's not possible for us to pre-populate (or generate and hide) the password field on the registration form. That's due to how EasySocial works, and we've already let them know that we'd like it changed to make it work.

Basically, if you set a password in EasySocial's registration right now and go to the next step and then come back to the step where you set the password, you'll see that it's blanked out. EasySocial is intentionally deleting the password you've already set and making you re-enter it whenever you visit the step. Therefore, we can't prefill it (or hide it) as EasySocial will be deleting whatever value we set.

We'd love to be able to hide that field as well.. it's just not something we've been able to work around right now. Please feel free to let them know you'd like that feature as it may increase it's priority with them. We'd be able to implement it quickly, as the code is almost completely there ready for it.

I hope that helps explain. If you're having issues with the other fields, let me know. The email field *may* show if that email address is already registered to a Joomla user.. since it wouldn't be valid for newly registering user to use it. The username field should always be pre-filled if you've asked for it to be.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Thank you, Alex. I ended up hacking the code to populate the fields and ended up with the same results that you've described. I will submit the request to stackideas.
Also, I was able to determine that the inconsistencies I saw with username & email was due to Joomla session maintenance and my test method. Testing standard use case scenarios proves all is good.

Your help is appreciated!
-Kevin
The topic has been locked.
Support Specialist
Glad to hear you made some progress.. and backed up our findings :) As noted, we have the code ready and would love to make the process even smoother. If EasySocial implements a method to let us set the password sleuthly.. we'll gladly implement it.

As always, should you have any other questions or suggestions for improvements, just let me know!

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.