Forum Replies Created
-
AuthorPosts
-
July 9, 2015 at 2:14 pm in reply to: Send Password with "After email is verified" Notification #7404KhaledMember
Either WP or we do not store plain text password for security, so plain text password is only available on execution of registration. Thats why you get null password for %password% placeholder, while using it on after email verification email.
Without breaking security, what we can do is, generating new password. And that has been done by %generated_password% placeholder.
Thanks.
KhaledMemberHi Robert,
Please paste following code to your functions.php
function loginAfterEmailVerification( $userID ) { wp_set_auth_cookie( $userID ); } add_action( 'user_meta_email_verified', 'loginAfterEmailVerification' );
Thanks.
KhaledMemberHi,
Could you please post your login url here or by our contact us section.
Thanks.
July 9, 2015 at 1:48 pm in reply to: Send Password with "After email is verified" Notification #7398KhaledMemberHello,
Please try %generated_password% instead.
Thanks.
KhaledMemberHi, are you using our latest version?
KhaledMemberHi Matthew,
You might need to increase you max_input_vars.
For instance, write your .htaccess file to
max_input_vars = 2000Thanks.
July 3, 2015 at 12:09 pm in reply to: su5.csv0.1kBFailed message when trying to import users with csv #7364KhaledMemberHi,
If it is possible, please set a temp admin for us to check the issue.Thanks.
KhaledMemberHi Pedro,
We did send you the invoice 1/2 days earlier. Please check your corresponding email.
Thanks.
KhaledMemberHi,
Please disable default WP registration as described on my early post.
Thanks.
KhaledMemberHi Tim,
Please update to version 1.1.7.1. with this version, by default it will not send plain text password. And there are some action/filter hooks to change its behaviour.
Thanks.
KhaledMemberHi Tim,
You can use %user_modified_data% placeholder inside your profile update email template.
Thanks.
KhaledMemberIt seems that, Your one year subscription has been expired. Don’t worry, just send en email to support(at)user-meta.com contaning this topics url.
Thanks.
KhaledMemberUMP doesn’t like double ID 😉 All IDs for fields and forms should be unique. Please update to our dev version. We applied quick fix on it.
Thanks.
KhaledMemberHello,
Please try our development version from http://user-meta.com/downloads/
This has been solved on dev version.
Thanks.
-
AuthorPosts