Changeset 1704107
- Timestamp:
- 07/28/2017 12:10:20 AM (9 years ago)
- Location:
- buda-block-user-dashboard-access/trunk
- Files:
-
- 2 edited
-
buda.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buda-block-user-dashboard-access/trunk/buda.php
r1703008 r1704107 3 3 Plugin Name: BUDA - Block User Dashboard Access 4 4 Plugin URI: https://wordpress.org/plugins/buda-block-user-dashboard-access/ 5 Description: BUDA completely blocks users who are not Administrators from accessing the dashboard, as well as removing the toolbar for non-administrators6 Version: 1.0 7 Author: Chris Buckmaster5 Description: BUDA completely blocks users who are not administrators from accessing the dashboard, as well as removing the toolbar for non-administrators 6 Version: 1.0.1 7 Author: chrisb10 8 8 Author URI: https://profiles.wordpress.org/chrisb10 9 9 */ -
buda-block-user-dashboard-access/trunk/readme.txt
r1703008 r1704107 4 4 Requires at least: 3.0 5 5 Tested up to: 4.8 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 BUDA completely blocks users who are not Administrators from accessing the dashboard, as well as removing the toolbar for non-administrators10 BUDA completely blocks users who are not administrators from accessing the dashboard, as well as removing the toolbar for non-administrators 11 11 12 12 == Description == 13 BUDA completely blocks users who are not Administrators from accessing the dashboard, as well as removing the toolbar for non-administrators. Works out of the box, no setup or coding knowledge required.<br>13 BUDA completely blocks users who are not administrators from accessing the dashboard, as well as removing the toolbar for non-administrators. Works out of the box, no setup or coding knowledge required.<br> 14 14 15 *Note* - You'll need to login via yourdomain.com/wp-login.php15 *Note* - To login to your dashboard, you'll need to login via yourdomain.com/wp-login.php 16 16 17 17 == Installation == 18 1. Upload the plugin's folder to the "/wp-content/plugins/" directory, or alternatively, just install this plugin from the WordPress plugins directory19 2. Activate the plugin through the plugin s menu in your WordPress dashboard18 1. Upload the plugin's folder to the /wp-content/plugins/ directory, alternatively, just install this plugin from the WordPress plugin's directory 19 2. Activate the plugin through the plugin's menu in your WordPress dashboard 20 20 3. Use yourdomain.com/wp-login.php to login, as /wp-admin will be blocked if you are not logged in 21 3. All done, wasn\'t that easy?22 21 23 22 == Frequently Asked Questions == 24 = Is this plugin easy to set up? =25 Y es! You just install and activate it, then you're good to go.23 = Can I decide which user role can access the dashboard? = 24 You'll be able to do this in the next release 26 25 27 26 == Changelog == 28 = 1.0 =27 = 1.0.0 = 29 28 * Initial release 29 = 1.0.1 = 30 * Minor changes
Note: See TracChangeset
for help on using the changeset viewer.