After successful registration i need a admin approval to active user in plugin “WP Front-end login and register” how can i do please help.
]]>When i fulfill the registeration form “WP Front-end login and register
” of this plugin i get the error “Could not able to send the email notification.”
Plugin name : WP Front-end login and register
https://tinyurl.com/yzllha9s
I am not able to recive activation emaillink for the new user. please help me how can i solve this issue, it took whole day still no solution for me.
https://tinyurl.com/ygrnr6px
Hello, your Plugin is working Perfect, but I face issue in getting URL in the mail which generated after reset password in my client System.
For Example
1) i will get below url after reset password
– https://Example.com/agenda/item/virtuele-excursie-stikstoffabriek-zuidbroek/[email protected]&wpmp_reset_password_token=3d4f2d2897d2fdada91ed22781561d2e
But my client get the below URL
https://clicktime.symantec.com/39Ufzn33msarodw1t9ji7tn6H2?u=https%3A%2F%Example.com%2Fagenda%2Fitem%2Fvirtuele-excursie-stikstoffabriek-zuidbroek%2F%3Femail%3De.Example%40evides.nl%253wpmp_reset_password_token%3D3d4f2d2897d2fdada91ed22781561d2e
i Think this url generated by anitvirus after reasearch, see below link.
https://knowledge.broadcom.com/external/article/163841/configuring-the-symantec-clicktime-url-p.html
Can you please help me to solve this issue.it will same reset_password_token URL for all user, if they used antivirus or not.
]]>Hi.
The plugin is very good but the confirmation emails are not sending. when turn-off the confirmation emails then the registration email sent successfully. Also, the reset emails are not sending.
Kindly Update.
Thanks
]]>Hello,
the WP Register and Login send me (domain administrator) an email sayind there is a new registered user, but the plugin doens`t send an email to the registered user to confimr the register, despite I have clicked the “send and confirmation email to the regitstered user” in the settings, what can I do?
Thank you in advance!
When we activate the plugin, the main menu in the header disappears. We don’t know how to resolve this?
]]>Hello,
how can I put the login and registration form on the same page on two columns?
Thank you
]]>I have many forms on my website but only WP Front-end login and register plugin’s form is going to spam for gmail. I have added WP mail SMTP for mail configuration all mails are working fine. Only registration form having issue.
Waiting for your reply.
Thanks in advance.
Can we add custom fields in Registration form?
]]>Hello Mohsin,
Thanks so much for developing the plugin. I have a client with a need which may be rather common in the WordPress community. She needs people to be able to login with email addresses as well as usernames. I added this to my copy of your plugin. I’m suggesting you might want to include it in future releases, which may help a lot of people including us, in the case of updates:
In /wp-content/plugins/wp-front-end-login-and-register/public/partials/class-wp-mp-register-login-public.php:
After this line:
$user = get_user_by(‘login’, $credentials[‘user_login’]);
This line was added:
if (!$user->ID) $user = get_user_by(’email’, $credentials[‘user_login’]);
You might also like to change the label from “Username:” to something like “Email/Username:”
Cheers! – Jeff ([email protected])
]]>Hello
I have used this plugin
When click on reset password then i have entered email address. Mail is received with reset password link when i open link
but i can not able to add new password. means new password form is not display
Thanks in advanced
]]>Hi,
The plugin doesn’t respect the Global Login Redirect setting, but Global Logout Redirect works fine, going to whatever URL I set.
Is this known?
Thanks!
]]>Hello,I added in the .pot two phrases (loggin in as and logged out ?) and your translation on what route do I have to leave it for the translation to be seen?
]]>Hello, when I try to log out by the My Account Logout option, asks me for confirmation, I confirm that I want to log out and it returns me to the My Account dashboard so I can`t log out… on the other hand, I would like to know what the log out shortcode is to add it to a page and have a logout page that I can add to the menu and thus be able to log out from the menu access without having to enter the My Account. Thank you
]]>https://startupdecks.co/register/
I have installed this plugin and Login and register page is not being loaded properly. On checking console, I found that CSS and JS from this plugin thows below error.
https://tinyurl.com/yxzyrowj
I tired deactivate/activate plugin but still shows same error. When I login in WP admin and logouts, this error is gone. But on new computers it throws same error.
]]>Hi,
Best plugin and best forked for me. But i need to add some custom fields and save in database user table. This is possible to create custom field?
Please let me know.
Thanks.
]]>Hi,
is there any way to filter into the login form a remember password checkbox?
Hello how do i use my own Theme CSS ? my CSS but it turned blue what do i need to change i have a custom theme so can u help with that so it turned in my colors ?
]]>This is to allow us to use the standard links in the Meta box and other widgets.
Oherwise we have to 100% customise everything.
]]>after registering email confirmation is not sent, how to solve?
]]>Hi,
When I activate your plugin, I have got this two errors :
( ! ) Notice: Undefined property: Wp_Mp_Register_Login_Loader::$shortcodes in C:\wamp64\www\app\wp-content\plugins\wp-front-end-login-and-register\includes\class-wp-mp-register-login-loader.php on line 96
( ! ) Warning: Cannot modify header information - headers already sent by (output started at C:\wamp64\www\app\wp-content\plugins\wp-front-end-login-and-register\includes\class-wp-mp-register-login-loader.php:96) in C:\wamp64\www\app\wp-admin\includes\misc.php on line 1114
Have you any idea what it means and what can I do to fix this ?
Thanks,
]]>It worries me that there is only one other post on this forum and that it is 2 months old and has not been answered. Is this the sort of support one can expect from the plugin author or support team?
My question is this: is there a shortcode for Logout? When a user is not logged in, my menu shows “Login” and “Register” so I can easily load those pages with shortcodes. But when a user is logged in, my menu shows “Edit Profile” and “Logout.” I can take care of the Edit Profile page, but I need to know what my “Logout” option can call from this plugin. Is there a shortcode that performs the logout? I don’t want “Logout” to call a page, or a confirmation. I just want it to logout, leaving the user on the same page they were on. (I do see the redirect option is same page. I like that. But will it logout a user without confirmation the way I want it to happen?)
Let’s see if you answer my question. If not, others should be forewarned that this plugin is not supported AT ALL.
]]>Hi I have noticed the form is output in the top of the page.
I fixed the code by using the below code by using ob_start() method in wpmp-login-form.php. please amend the same in your plugin as well.
public function wpmp_display_login_form()
{
ob_start();
include_once 'partials/wpmp-login-form.php';
$output = ob_get_clean();
return $output;
}
]]>