Sayan Datta
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Last Modified Info] Shortcode for list of last modified pagesHi,
Where you want to show the last updated pages list?
Thanks!
Ok Andrew Nevins. Thanks!
Give me the screenshot
Hi @faizynadim
I have updated to WordPress, please delete your current plugin and reinstall it from WordPress.org repo. Thanks!
Hi @faizynadim
You can update it. Just download the zip from GitHub and extract the folder and rename it to
fb-account-kit-login.Thanks!
Hi @faizynadim
Download this plugin from GitHub and manually upload it to your website. HJere is the link: https://github.com/iamsayan/fb-account-kit-login/archive/master.zip
Thanks!
Hi @faizynadim
I will add a temporary password field in the customer profile details section, in the upcoming release of this plugin, which will visible right after a new customer is created via FB Account Kit login. Your new customer can view their automatically created password there. Once, that new user re-saves his/her profile with/without new password from “Account Details” section of customer dashboard, the temporary password field will be invisible.
Thanks!
Hi @siriusbeeco
Sorry for your inconvenience. Please update this plugin to the latest version and try again by deleting the existing users and then create a new user.
Thanks!
Hi @faizynadim
Update this plugin to the latest version i.e. v1.1.0 and add this code to the end of your functions.php file:
add_filter( 'fbak/auto_generated_user_password', '__return_false' );After adding this, the username and password will be the same and your customer can update their password from their account.
Thanks!
Hi @faizynadim
If a user registers with the phone number, then he/she do not need a password to re-login to their account. He/she can use the same phone number to re-login to their account. If he/she wants to also login via username and password then he/she need to set it from this option: http://prntscr.com/nq7pyp
Thanks!
Hi @faizynadim
Add this snippet to the end of your theme’s functions.php file:
add_filter( 'fbak/sms_login_email_address', function( $email ) { $email = str_replace( '/directory', '', $email ); return $email; });Thanks!