ຂ້າມໄປທີ່ເນື້ອຫາ
WordPress.org

ລາວ

  • ທິມ
  • ປັກອິນ
  • ຂ່າວ
  • ກ່ຽວກັບ
  • ທິມລາວ
  • ຕິດຕໍ່
  • ດາວໂຫລດ WordPress
ດາວໂຫລດ WordPress
WordPress.org

Plugin Directory

Attributes User Access

  • ສົ່ງປລັກອິນ
  • ທີ່ມັກຂອງຂ້ອຍ
  • ເຂົ້າສູ່ລະບົບ
  • ສົ່ງປລັກອິນ
  • ທີ່ມັກຂອງຂ້ອຍ
  • ເຂົ້າສູ່ລະບົບ

Attributes User Access

ໂດຍ Attributes WP
ດາວໂຫຼດ
  • ລາຍລອຽດ
  • ການຣີວິວ
  • ການຕິດຕັ້ງ
  • ການພັດທະນາ
ການຊ່ວຍເຫຼືອ

ຄຳອະທິບາຍ

Attributes User Access is a lightweight and flexible authentication solution for WordPress. It empowers site administrators with detailed control over login processes, enhancing user authentication and access experience with a focus on security and performance.

Core Features

Custom Login Page Creation

  • Generate fully integrated login pages with WordPress
  • Use shortcode-based forms for easy theme compatibility
  • Automatically adapts to WordPress core updates
  • Template override system for complete customization

Flexible Login Redirection

  • Redirect native WordPress login requests
  • Define role-based and context-aware redirection rules
  • Custom redirect URLs per user role

Developer-Focused Architecture

  • PSR-4 autoloading and object-oriented design
  • Extensible with action and filter hooks
  • Modular components for easy customization
  • Comprehensive API for extensions

Security & Performance

  • WordPress.org compliant security practices
  • Nonce verification on all forms and AJAX requests
  • Transient-based error handling (no PHP sessions)
  • Optimized asset loading
  • Minified CSS and JavaScript for production

Shortcode Usage

Basic login form:
[attributes_login_form]

With parameters:
[attributes_login_form redirect=”/dashboard” remember=”false”]

Available parameters:

  • redirect – Target URL after login (default: Dashboard)
  • remember – Show “Remember Me” checkbox (default: true)
  • form_id – Custom form identifier (default: attributes_login_form)
  • label_username – Custom username field label
  • label_password – Custom password field label
  • label_remember – Custom remember me label
  • label_log_in – Custom login button text

Template System

Template System

Override templates in your theme for complete customization.

Template location in theme:
your-theme/attributes/front/forms/login-form.php

Original template location:
wp-content/plugins/attributes-user-access/templates/front/forms/login-form.php

Copy the original template to your theme and customize as needed. The plugin automatically uses your theme’s template when available.

Developer Hooks

Actions:

  • attrua_before_login_form – Fires before rendering the login form wrapper
  • attrua_after_login_form – Fires after rendering the login form
  • attrua_login_form_fields – Hook for adding custom fields to login form
  • attrua_login_failed – Fires when a login attempt fails
  • attrua_successful_login – Fires after successful authentication
  • attrua_before_page_creation – Fires before creating authentication pages
  • attrua_after_page_creation – Fires after creating authentication pages

Filters:

  • attrua_login_redirect_url – Customize login redirection
  • attrua_login_error_message – Modify login error messages
  • attrua_login_credentials – Filter login credentials before authentication
  • attrua_action_links – Modify plugin action links
  • attrua_row_meta – Modify plugin row meta links

Privacy Policy

Attributes User Access does not:

  • Collect any user data
  • Send data to external servers
  • Use cookies for tracking
  • Store sensitive information

The plugin only stores:

  • Plugin settings in WordPress options table
  • Temporary error messages in WordPress transients (auto-expire)
  • Page IDs for custom authentication pages

All data is stored locally in your WordPress database and is completely removed upon plugin uninstallation.

Support & Contributing

Documentation: https://attributeswp.com/docs
Support Forum: https://wordpress.org/support/plugin/attributes-user-access
GitHub Repository: https://github.com/attributeswp/attributes-user-access
Report Issues: https://github.com/attributeswp/attributes-user-access/issues

Contributions are welcome! Please feel free to submit pull requests or open issues on GitHub.

ພາບໜ້າຈໍ

  • User Access settings page with login page management
  • Custom login page with branded design
  • Login redirection settings and configuration
  • Page status indicators showing active/inactive state
  • Default login form template in action

ການຕິດຕັ້ງ

Automatic Installation

  1. Log in to your WordPress admin panel
  2. Navigate to Plugins > Add New
  3. Search for “Attributes User Access”
  4. Click “Install Now” and then “Activate”
  5. Navigate to User Access in the admin menu
  6. Create your custom login page and configure settings

Manual Installation

  1. Download the plugin ZIP file
  2. Log in to your WordPress admin panel
  3. Navigate to Plugins > Add New > Upload Plugin
  4. Choose the downloaded ZIP file and click “Install Now”
  5. Activate the plugin
  6. Navigate to User Access to configure settings

System Requirements

  • WordPress 5.8 or higher
  • PHP 7.4 or higher (PHP 8.0+ recommended)
  • MySQL 5.6 or higher / MariaDB 10.1 or higher
  • HTTPS enabled (recommended for security)

Quick Start Guide

  1. Activate the plugin through the ‘Plugins’ menu in WordPress
  2. Navigate to User Access in the admin sidebar
  3. Create a login page by clicking “Create Page” in the Pages tab
  4. Enable redirection (optional) to redirect wp-login.php to your custom page
  5. Customize your login page content and styling as needed

ຄຳຖາມທີ່ພົບເລື້ອຍ

Is this plugin compatible with my theme?

Yes, Attributes User Access is designed to work with any properly coded WordPress theme. The plugin uses standard WordPress APIs and follows WordPress coding standards.

Can I customize the login form design?

Absolutely! You have several options:

  • Use custom CSS to style the form
  • Override the template in your theme directory
  • Use WordPress filters to modify form output
  • Add custom fields using action hooks

Does this plugin work with page caching?

Yes! The plugin uses WordPress transients instead of PHP sessions, making it fully compatible with page caching plugins like WP Super Cache, W3 Total Cache, and WP Rocket.

Is the plugin compatible with multisite?

Yes, the plugin is multisite compatible. Each site in your network can have its own custom login pages and settings.

How do I translate the plugin?

The plugin is translation-ready. You can:

  • Use the translation files in the /languages directory
  • Translate via translate.wordpress.org
  • Use plugins like Loco Translate or WPML

Does this work with two-factor authentication plugins?

Yes, the plugin is compatible with most two-factor authentication solutions as it uses WordPress’s native authentication system.

How can I extend the plugin functionality?

Developers can extend functionality using:

  • WordPress action and filter hooks (see Developer Hooks section)
  • Custom template overrides in your theme
  • Extension plugins that hook into the plugin’s API

Where can I get support?

For support, please use:

  • Plugin documentation
  • WordPress.org support forums
  • GitHub issues for bug reports

ການຣີວິວ

Attributs d’accès

joelmakombo7 22 ກໍລະກົດ 2025
Gérez les accès sans effort, en toute confiance

Intuitive Access Control That Just Works

Roger Soku 21 ກໍລະກົດ 2025
Attributes User Access is a surprisingly intuitive plugin for managing user permissions based on custom attributes. Even without full support documentation yet, the setup is straightforward and the interface is clean. I was able to configure access rules quickly with no hassle, and everything worked as expected. For anyone needing fine-tuned control over user access, this plugin delivers exactly that without complexity. Looking forward to future updates!
ອ່ານການຣີວິວທັງໝົດ 2 ລາຍການ

ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Attributes User Access” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ
  • Attributes WP

ແປ “Attributes User Access” ເປັນພາສາຂອງເຈົ້າ.

ສົນໃຈຮ່ວມພັດທະນາບໍ່?

ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.

ບັນທຶກການປ່ຽນແປງ

1.2.2 – February 10, 2026

Security & Compliance:
* Removed: PHP sessions in favor of WordPress transients (WordPress.org compliance)
* Enhanced: Transient-based error message handling with automatic expiration
* Improved: Nonce verification and security implementation
* Updated: Security documentation to reflect current best practices

User Experience:
* Added: Quick Settings link in plugins list page
* Added: Documentation and Support links in plugin row meta
* Improved: One-time use error messages prevent replay issues
* Enhanced: Error messages now expire after 2 minutes

Developer:
* Added: attrua_action_links filter for plugin action links
* Added: attrua_row_meta filter for plugin row meta links
* Enhanced: Better compatibility with load-balanced environments
* Improved: Cache plugin compatibility

Documentation:
* Updated: NONCE-FIX-SOLUTION.md with implementation status
* Enhanced: Code documentation and inline comments
* Added: WordPress.org compliance checklist

1.2.1 – December 15, 2025

  • Fix: Regenerated all minified assets from original sources
  • Fix: Improved asset loading consistency across admin and frontend
  • Fix: Added smart asset path resolution with fallback system
  • Fix: Resolved missing admin.min.js file causing asset loading issues
  • Enhancement: Optimized file sizes for better performance
  • Enhancement: Enhanced production deployment readiness

1.2.0

  • Enhancement: Improved plugin performance and stability
  • Enhancement: Optimized codebase for better security
  • Enhancement: Enhanced production readiness
  • Enhancement: Better error handling and validation
  • Enhancement: Improved code organization and structure
  • Update: Comprehensive documentation updates
  • Update: Enhanced user experience and reliability

1.1.0

  • Enhancement: Added template override system for themes
  • Enhancement: Improved security with better nonce validation
  • Enhancement: Added custom logout handling endpoint
  • Feature: New Extension Manager for add-on support
  • Feature: Enhanced settings management with dot notation
  • Feature: Added password visibility toggle
  • Feature: Improved admin interface with notifications
  • Feature: Added shortcode copying functionality
  • Improvement: Better accessibility with ARIA support
  • Improvement: Added dark mode support
  • Improvement: Enhanced responsive design
  • Improvement: Better error handling and user feedback

1.0.0 – Initial Release

  • Initial release
  • Custom login page generation
  • Role-based redirection system
  • Basic shortcode functionality
  • Core authentication features
  • Developer hooks and filters
  • Template system foundation

ຂໍ້ມູນກຳກັບ (Meta)

  • ເວີຊັນ 1.2.2
  • ອັບເດດຫຼ້າສຸດເມື່ອ 4 ອາທິດ ທີ່ຜ່ານມາ ທີ່ຜ່ານມາ
  • ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ 10+
  • ເວີຊັນ WordPress 5.8 ຫຼື ສູງກວ່າ
  • ທົດສອບເຖິງເວີຊັນ 6.7.4
  • ເວີຊັນ PHP 7.4 ຫຼື ສູງກວ່າ
  • ພາສາ
    English (US)
  • ແທັກ
    access-controlauthenticationcustom loginloginsecurity
  • ມຸມມອງຂັ້ນສູງ

ການໃຫ້ຄະແນນ

5 ຈາກທັງໝົດ 5 ດາວ.
  • ການວິຈານ 5 ດາວ ຈຳນວນ 2 ລາຍການ 5 ດາວ 2
  • ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ 4 ດາວ 0
  • ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ 3 ດາວ 0
  • ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ 2 ດາວ 0
  • ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ 1 ດາວ 0

ເພີ່ມຄຳຄິດເຫັນຂອງຂ້ອຍ

ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ

ຜູ້ຮ່ວມພັດທະນາ

  • Attributes WP

ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ

ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

ບໍລິຈາກໃຫ້ປລັກອິນນີ້

  • ກ່ຽວກັບ
  • ຂ່າວສານ
  • ໂຮສຕິງ
  • ຄວາມເປັນສ່ວນຕົວ
  • ງານທີ່ໂດດເດັ່ນ
  • ທີມ
  • ປລັກອິນ
  • ຮູບແບບບລັອກ
  • ຮຽນຮູ້
  • ຊ່ວຍເຫຼືອ
  • ນັກພັດທະນາ
  • WordPress.tv ↗
  • ມີສ່ວນຮ່ວມ
  • ກິດຈະກຳ
  • ບໍລິຈາກ ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

ລາວ

  • ຢ້ຽມຊົມບັນຊີ X (ຊື່ເກົ່າ Twitter) ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມບັນຊີ Bluesky ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມບັນຊີ Mastodon ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມບັນຊີ Threads ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມໜ້າ Facebook ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມບັນຊີ Instagram ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມບັນຊີ LinkedIn ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມບັນຊີ TikTok ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມຊ່ອງ YouTube ຂອງພວກເຮົາ
  • ຢ້ຽມຊົມບັນຊີ Tumblr ຂອງພວກເຮົາ
Code is Poetry.
The WordPress® trademark is the intellectual property of the WordPress Foundation.