Forum Replies Created
-
AuthorPosts
-
July 9, 2015 at 2:14 pm in reply to: Send Password with "After email is verified" Notification #7404
Khaled
MemberEither 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.
Khaled
MemberHi 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.
Khaled
MemberHi,
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 #7398Khaled
MemberHello,
Please try %generated_password% instead.
Thanks.
Khaled
MemberHi, are you using our latest version?
Khaled
MemberHi 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 #7364Khaled
MemberHi,
If it is possible, please set a temp admin for us to check the issue.Thanks.
Khaled
MemberHi Pedro,
We did send you the invoice 1/2 days earlier. Please check your corresponding email.
Thanks.
Khaled
MemberHi,
Please disable default WP registration as described on my early post.
Thanks.
Khaled
MemberHi 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.
Khaled
MemberHi Tim,
You can use %user_modified_data% placeholder inside your profile update email template.
Thanks.
Khaled
MemberIt 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.
Khaled
MemberUMP 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.
Khaled
MemberHello,
Please try our development version from http://user-meta.com/downloads/
This has been solved on dev version.
Thanks.
-
AuthorPosts