描述
WP 2FA with Telegram allows you to enable Two-factor authentication for WordPress Login using Telegram.
- Easy Configuration: install plugin and setup in a few seconds.
- Increase security: increase the level of security in your blog / website by adding and additional authentication factor
- Speed: Forget additional apps, sms or captcha. Use Telegram for a very fast experience!
- Allow users to enable Two-factor authentication: every user directly from own profile may decide to require secure login.
- Send alert: set a Telegram Chat Id for an admin to receive for receiving notifications every time users fail login.
- FAQ: read the FAQ inside plugin for create your Telegram Bot
- Languages: plugin is available in Italian, English and Spanish languages.
屏幕截图
常见问题
-
Can I customize the logo on the “WP 2FA with Telegram” login screen?
-
Yes, you can do it. To use your custom logo, you must to use the
two_factor_login_telegram_logo
filter hook. Below you can see a useful code snippet as example of use (you must to put this in a custom plugin or thefunctions.php
file of your active theme):// Custom logo on "WP 2FA with Telegram" login screen: function two_factor_login_telegram_custom_logo(){ $image_path = home_url('/images/'); $image_filename = 'custom-two-factor-telegram.png'; return $image_path . $image_filename; } add_filter('two_factor_login_telegram_logo', 'two_factor_login_telegram_custom_logo');
Please note the URL generated in the example above is https://example.com/images/custom-two-factor-telegram.png. If you want to use this code, you’ll need to update the path and filename to match with location of your custom logo.
评价
贡献者及开发者
更新日志
3.2
- Extended compatibility to WP 6.7
3.1
- Updated auth code storage
- Fix Suggestions tab
3.0
- Extended compatibility to WP 6.6
2.9
- Extended compatibility to WP 6.3
2.8
- Extended compatibility to WP 6.2
2.7
- Fix security issues
2.6
- Extended compatibility to WP 6.1
- Fix security issues
2.3
- Extend compatibility to WP 5.9
2.2
- Bugfixes
2.1
- Extend compatibility to WP 5.8
2.0.0
- Extend compatibility to WP 5.7
1.9.1
- Backend performance improvements (Javascript and CSS)
1.9
- Backend perfomance improvements
1.8.4
- Improved markup in setup page
- Tested up to WordPress 5.4
1.8.3
- Introduced
two_factor_login_telegram_logo
filter hook to customize the logo in «WP 2FA with Telegram» login screen - Added new screenshot to show the
two_factor_login_telegram_logo
filter hook in action - Added FAQ entry to explain of
two_factor_login_telegram_logo
filter hook use. - Updated plugin name to “WP 2FA with Telegram” (Previusly “WP Two Factor Authentication with Telegram”)
- Remove folders /languages and /screenshot from plugin root directory. Those directories are not uselful anymore.
- Fixed some fields in plugin header comment and Readme file according to the best practices recommended by WP Developer Handbook and Plugin i18n Readiness.
1.8.2
- Small improves of code
- Updated the screenshots of plugin
1.8.1
- Fixed text domain in two strings of FAQ section
1.8
- Added two new options to failed login attempt message you can enable or disable when you need: Show site name & show site URL
1.7
- Added missing translations strings
1.6
- Improvements for WordPress 5.3
1.5
- Fixed a bug which prevented user to disable Telegram 2FA
- Fixed a bug which prevented user to receive a new code if inserted code is wrong
1.4
- Bugfixes, new logo and cover
1.3
- Extended compatibility to WP 4.9.4
1.2
- In failed send with Telegram the IP address behind a CloudFlare proxy (Thx Manuel for suggestion)
1.1
- Insert english translation
- Introduced a tab for report problems or leave suggestions
1.0
- First public release