shaifulborhan
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] how to disable or remove the “Progress bar”?This is perfect, thank you!
Hi @robert681,
Absolutely happy to share. I have created a repo here containing only the modified files https://github.com/shaifulborhan/WP2FA-plugin-custom-authorization-page
The modifications in the Login class are marked with /*custom code*/ comments.
Thanks!
Managed to figure this one out. Solution is somewhat hacky but looks to be working fine. I am using the TOTP and Backup Codes methods on my custom authorization page. Just needed to change a few lines of code in includes/classes/Authenticator/Login.php to make it work.
- This reply was modified 4 years, 8 months ago by shaifulborhan.
- This reply was modified 4 years, 8 months ago by shaifulborhan.
Hi @robert681
No it’s not just a logo change. I would like to use a custom page template for the authorization page because at the moment I am already using a custom page template for login. So it would be nice to have the authorization code page looking seamless.
Just a simple Authorization Code text field and a submit button will do. It’s ok to NOT have the extra feature like “Use Backup Codes” on this custom authorization page. I can certainly build the HTML form for that page, but is there a function I can call from the plugin to process the form submission for validating the authorization code?
Thank you in advance.
Hi,
I just would like to know what is the exact setting to use in “Popup showing limiation” so that when user has dismissed the popup once by clicking on the close button, the popup will not show up again until the cookie has expired.
Can you help?
- This reply was modified 5 years ago by shaifulborhan.