vinay404
Forum Replies Created
-
How can I show this OTP Field after user clicks on login if otp is enabled in his account and if not the form goes straight to login the user.
Can you help, please
Hello, I have managed to add 2fa in the front end login form, and its working, here is the code which i have added for OTP Field, Can you please let me know the code to make it invisible if user has not setup 2fa ?
<div class="form-group"> <div class="form-group-field password-field"> <input class="form-control" type="text" name="two_factor_code" id="simba_two_factor_auth" placeholder="Enter your OTP" autocomplete="off" data-lpignore="true"> </div><!-- input-group --> </div><!-- form-group -->
Hi,
I have added the id selector in the form but its not working,
I am getting this error in my frontend. Can you please let me know what i need to do ?
errors:
The one-time password (TFA code) you entered was incorrect. The "encrypt secrets" feature is currently enabled, but no encryption key has been found (set via the SIMBA_TFA_DB_ENCRYPTION_KEY constant). This indicates that either setup failed, or your WordPress installation has been corrupted. Go here for the FAQs, which explain how a website owner can de-activate the plugin without needing to login.
also how do i add a otp input field and send otp button in this form
ok, I have managed to remove aioswp entries from wp_options table, now i m able to activate the plugin without any error
I will check the frontend 2fa settings and let you know. thanks.
Hello, I have messed it up, Whenever i am login it straight goes to 403 page when plugin is active, I think i have been locked, because of failed login attempst,
As of now i have removed all plugin files from file manager, .htaccess .ini and database tables too.
I am able to login to the site but, when i tried to install the plugin again its straight goes to 403 whenever i acces the website,
So i removed all plugin files and database tables again,
Its an nginx server on cloudpanel,
What should i do to make the plugin work again, is there anywher my id is in block list which i can remove to install the plugin again, or in database tables. please let me now
as of now plugin is removed from site.
ok, thanks for replying, i will try and let you know.
Forum: Plugins
In reply to: [New User Approve] Disable email and send through my theme functionHello,
I have solved the email customization problem.
When user register through my them frontend, admin gets email user gets email, Thats fine. Plugin doesnt send email to user if theme registration is used instead of wp-admin registration form, again which is fine.1. But admin is geting two emails, one from my theme which I dont want to disable. Second from your plugin, which I want to disable.
2. After approval by admin my theme will not send any email and plugin is sending email, I want this email to be send with extra instructions, how can i do that.? Also I want to send password to user.Please help.
Hello Tariq
I am facing the same problem, can you help ?
I am using houzez theme from theme forest, and my theme sends a email to admin when user register, and to user with password.
I have houzez theme option to change email contents of both messages which is bieng sent to admin.
1. I want to stop the plugins email and send the admin email through themes email, want to add registration approval link in that mail.
2. Want to use themes (email which is sent with password,) upon registration with content ( hi, you have successfully registered with our website, once admin will approve your website it will be activated. I can change this content too. dont require any help, I can remove password from email sent in theme options panel.
3. My theme is not sending any emails to user when approve, but your plugin is sending that email, I want that email to be sent once approved by admin.4. My problem is your plugin is sending plain text emails. but my theme is sending emails in html and there is header with logo and footer with address and social link is added.
Either I want to customize the plugins email. or I disable it and use plugin emails to be used. On top of that I dont no how to disable registration emails which is sent from theme.
Please suggest what should i do.
Forum: Plugins
In reply to: [Redis Object Cache] Website redirecting to existing Site.Hey,
Thanks,
It worked, But I have got another problem like. I am using publisher theme and at homepage i have a latest news section. Which is not updating properly. Its takes 3 to 4 hours to get the news published. Or I had to use CTR+SHift+R to refresh. then it starts showing the news.How do i resolve this problem ?Forum: Plugins
In reply to: [Export any WordPress data to XML/CSV] A posts category ID?Hello, I want only one category id here, How can i do that, its showing like this 45,96,76. But i want only the primary category.
Thanks again for guiding me into right direction
Hi thanks, I have sorted it out. you have to add &unicode=1 in api url. if any one need help regarding this for msg 91 or msgwow can send an email to me at [email protected]
i found the gateway file but its not working. gateway company said to set encoding to 1 in api url. how can i achieve that. i have added $message = mb_convert_encoding($this->msg, ‘UTF-16’, ‘UTF-8’); but its not working
And what is the gateway file i will have to edit and where ? I am using msg91 gateway. please help
Forum: Plugins
In reply to: [WP-AppKit - Mobile apps and PWA for WordPress] Visual composer supportrmobix is not a php theme its html. and earlier i have created a barebone app with phonegap, a webview app actually, I want to show few pages through this app like, my apps home screen should look like mobix html template and from there i want to add menus in that for diffrent pages of my website, like get in touch page, listings page, posts page and few others, plus login and register feature, a form to write an article. a form to create a listing. How can i do that ? I am not well versed with wordpress and php. always try to do everything with tutorials. here is mobix template link. https://sindevo.com/mobix/preview.html
and for present app i have updated the theme to use plain version. so you can see it now.