Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I agree, which is why we forced password to stop sending in pending/welcome emails unless you explicitly configure it to do so via password substitution except when using generated passwords. The forgot login is the last thing remaining where password is emailed that we've yet to improve as we need to rewrite the forgot login usage entirely.Needless to say, I'm not at all a fan of passwords being sent around per email, either... it's almost like sending credit card details per postcard.
All the triggers available are listed in CB Auto Actions. There are some in regards to password reset. You could even hijack the entire forgot login page with CB Auto Actions to redirect a custom solution if you wanted as onLostPassForm is fired before the form is displayed and onStartNewPassword is fired before the form is processed.Since many good things seem to take a long time here I'm wondering if any of the password-related triggers in components/com_comprofiler/comprofiler.php could be utilized to make the new, emailed password valid for only a limited time. So, basically an Auto Action query which, a set time after it was emailed, deletes this new password again. `lastResetTime` and `lastvisitDate` in `#__users` could sure be helpful, hehe...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Only if you turn off CBs ability to redirect away from Joomla user component within the Community Builder system plugin in Extensions > Plugins. If you don't turn this off you won't be able to access Joomlas forgot login at all.Oh BTW, what about the good old Joomla standard? Can I hijack your page and simply redirect to the native Joomla "Forgot password" page... perhaps after making that a menu item? Haven't tried that yet, I must admit...
Please Log in or Create an account to join the conversation.