توضیحات
Bypasses login page for admin, automatically logging you in.
عکسهای صفحه
نصب
- Upload the plugin files to the
/wp-content/plugins/rb-autologin
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Add
define('AUTO_LOGIN_USERNAME', 'admin');
to yourwp-config.php
- If you’re using a different username, then change ‘admin’ to ‘yourname’.
سوالات متداول
-
How can I allow this online?
-
Add
define('AUTO_LOGIN_ONLINE', true);
to yourwp-config.php
Warning: This is not for production. Make sure your online work is of development nature (e.g. dev.mysite.com), and/or you’re using Directory Privacy or equivalent protection.
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“(rb) AutoLogin” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “(rb) AutoLogin” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
1.0.0
1.0.0 – Initial release.