توضیحات
Simple and easy WordPress plugin for protecting your login form.
Plugin implements setting the security key for the login form.
Thereby significantly reducing the likelihood of automatic brute force.
The security key is transmitted manually as GET parameter for login form.
For example: http://example.com/wp-login.php?sk=my_secure_key
Warning: Be careful if sk
parameter is not specified, the login will not be possible, even if specifying the correct username and password.
Arbitrary section 1
عکسهای صفحه
نصب
- Upload
protected-wp-login
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Configure plugin:
Dashboard -> Settings -> Protected wp-login
سوالات متداول
- A question that someone might have
-
An answer to that question.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Protected wp-login” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Protected wp-login” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
2.1
- Avoiding the use of anonymous functions to support php versions below 5.3
2.0
- Add stealth mode option (totally hide login form)
- sleep() has been removed (high cpu loading reason)
1.0
- Initial release