Title: DFUX White Label Lite
Author: Petafusion Labs
Published: <strong>14 ژانویه 2026</strong>
Last modified: 24 ژانویه 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/dfux-white-label-lite/assets/banner-772x250.png?rev=3439114)

![](https://ps.w.org/dfux-white-label-lite/assets/icon-128x128.png?rev=3446014)

# DFUX White Label Lite

 توسط [Petafusion Labs](https://profiles.wordpress.org/dmranjan/)

[دانلود](https://downloads.wordpress.org/plugin/dfux-white-label-lite.1.2.3.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/dfux-white-label-lite/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/dfux-white-label-lite/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/dfux-white-label-lite/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/dfux-white-label-lite/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/dfux-white-label-lite/)

## توضیحات

DFUX White Label Lite is a WordPress plugin that provides custom login and registration
forms, role-based dashboards, and admin menu visibility control. Create custom authentication
pages, assign dashboard pages to user roles, and control which admin menu items 
are visible to each role.

### Features

 * **Custom Authentication Forms**
    - Custom login and registration form shortcode
    - Password reset functionality
    - Modern, customizable UI
 * **Role-Based Dashboards**
    - Map custom dashboard pages to user roles
    - Non-admin users with assigned dashboard pages are automatically redirected
      to their dashboard when accessing wp-admin
    - Dashboard pages display user information and account details using the dashboard
      shortcode
 * **Admin Menu Visibility Control**
    - Hide specific wp-admin menu items by user role
    - Control which menu items each role can access
    - Administrators are never restricted
 * **Admin Access Control**
    - Automatically block wp-admin access for non-admin users (redirects to role-
      based dashboard)
    - Hide WordPress admin bar for specific user roles (defaults to subscribers)
    - Administrators are never restricted
 * **Additional Features**
    - Force redirect wp-login.php GET requests to custom login page
    - Authentication logging for security monitoring

### Configuration

### General Settings

 1. **Custom Login Page**: Create a page (e.g., `/login-signup/`) and add the `[dfuxwhla_login_form]`
    shortcode. Select this page in General Settings > Login Page.
 2. **Force replace wp-login.php (GET only)**: Enable this option to redirect wp-login.
    php GET requests to your custom login page.
 3. **Block wp-admin for non-admins**: This feature is enabled by default. Non-admin
    users with assigned dashboard pages will be automatically redirected to their role-
    based dashboard when attempting to access wp-admin. This helps create a more secure
    and streamlined experience for non-admin users.

### Dashboards

 1. Navigate to General Settings > Dashboards tab.
 2. Map each user role to a dashboard page.
 3. Ensure each dashboard page contains the `[dfuxwhla_user_dashboard]` shortcode.

### Admin Menu Rules

 1. Navigate to General Settings > Admin Menu Rules tab.
 2. Select which menu items to hide for each role.
 3. Save your rules.

### Shortcodes

 * `[dfuxwhla_login_form]` – Displays a complete login/registration form
    - Usage: Add to your login page (e.g., `/login-signup/`)
    - Features: Login, registration, and password reset
 * `[dfuxwhla_register_form]` – Alias for `[dfuxwhla_login_form]` (same functionality)
 * `[dfuxwhla_logout_link]` – Displays a logout link
    - Attributes:
    - `label` – Custom label text (default: “Logout”)
    - `redirect` – Redirect URL after logout (default: home page)
 * `[dfuxwhla_user_dashboard]` – Displays user dashboard content
    - Usage: Add to dashboard pages mapped to roles
    - Features: User information, account details, and logout option

### Support

If you encounter any issues or have questions about plugin functionality, please:

 * Visit the [Support Forum](https://wordpress.org/support/plugin/dfux-white-label-lite/)
 * Check the [Plugin Documentation](https://wordpress.org/plugins/dfux-white-label-lite/#description)
 * Visit our website: https://petafusion.com/

Before reporting an issue, please ensure:
 * Your WordPress version is up to date*
Your PHP version meets the requirements (7.4 or higher) * You’ve tested with other
plugins deactivated to check for conflicts * You’ve reviewed existing support forum
topics for similar issues

## نصب

 1. Upload the plugin files to the `/wp-content/plugins/dfux-white-label-lite` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Navigate to ‘DFUX White Label Lite’ in the WordPress admin menu.
 4. Configure your settings on the General Settings page.

## سوالات متداول

### How do I set up the custom login page?

 1. Create a page with the `[dfuxwhla_login_form]` shortcode.
 2. Go to DFUX White Label Lite > General Settings.
 3. Select your login page in the “Login Page” dropdown.
 4. Save settings.

### Will the plugin work with page builders?

The plugin works with any page builder that supports WordPress shortcodes.

### How do I hide specific admin menu items?

Go to General Settings > Admin Menu Rules tab. Check the boxes next to the menu 
items you want to hide for each role, then save.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“DFUX White Label Lite” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Petafusion Labs ](https://profiles.wordpress.org/dmranjan/)

[ترجمه “DFUX White Label Lite” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/dfux-white-label-lite)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/dfux-white-label-lite/)،
[مخزن SVN](https://plugins.svn.wordpress.org/dfux-white-label-lite/) را بررسی کنید،
یا از طریق [RSS](https://plugins.trac.wordpress.org/log/dfux-white-label-lite/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/dfux-white-label-lite/) 
مشترک شوید.

## گزارش تغییرات

#### 1.2.3

 * Fixed admin panel issue reported by some users

#### 1.2.2

 * Security improvements: Added site registration check, proper role assignment 
   during user creation, removed auto-login
 * Fixed menu icon overlap issue
 * Improved tab styling in admin interface
 * Code quality improvements and WordPress.org compliance updates

#### 1.2.1

 * Fixed menu icon display issue
 * Improved admin interface styling

#### 1.2.0

 * Updated naming conventions for WordPress.org compliance
 * Enhanced security with proper sanitization and escaping
 * Improved code quality and documentation

#### 1.0.0

 * Initial stable release
 * Custom login and registration forms with shortcode
 * Role-based dashboard mapping
 * Admin menu visibility rules
 * Block wp-admin access for non-admin users
 * Hide admin bar for specific roles
 * Authentication logging
 * Force redirect wp-login.php GET requests to custom login page

## اطلاعات

 *  نگارش **1.2.3**
 *  آخرین به‌روزرسانی **6 ماه پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.0 یا بالاتر **
 *  آزمایش‌شده تا **6.9.4**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/dfux-white-label-lite/)
 * برچسب
 * [admin menu](https://fa.wordpress.org/plugins/tags/admin-menu/)[authentication](https://fa.wordpress.org/plugins/tags/authentication/)
   [dashboard](https://fa.wordpress.org/plugins/tags/dashboard/)[login](https://fa.wordpress.org/plugins/tags/login/)
   [White Label](https://fa.wordpress.org/plugins/tags/white-label/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/dfux-white-label-lite/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[Your review](https://wordpress.org/support/plugin/dfux-white-label-lite/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/dfux-white-label-lite/reviews/)

## مشارکت کنندگان

 *   [ Petafusion Labs ](https://profiles.wordpress.org/dmranjan/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/dfux-white-label-lite/)