ikannengiesser
Forum Replies Created
-
I found a workaround, but I don’t like changing core-files… ??
core/um-action-password.php
Line 281
instead of : function um_change_password_form() {
I added $args: function um_change_password_form($args) {Line 290
}echo $output; ?>
added: <?php do_action(‘send_password_change_email’, $args ); ?>Now the email is send by changing the password after “password forgotten”-process
I even tried this process on your demo-site https://ultimatememberdemo.com
– User is registred
– Clicks on Forgot Password
– Fills out Forgot Password-Form
-> receives the Email with the link
– clicks on the link
– set a new password with the Reset Password-Form
-> NO email is sendPlease I need a fix for that…
- This reply was modified 7 years, 6 months ago by ikannengiesser.
Hi,
that’s a pity.
The rest of the plugin works just fine. I helped myself in the meantime with a workaround by setting the submit button to “disabled” while the checkbox isn’t checked.I still have a question, is it a bug that none of custom fields are saved as long as they are not editable by the user?
BR,
Inga