Attributes User Access
by Attributes WP on WordPress.org
Attributes User Access is a lightweight and flexible authentication solution for WordPress designed for greater control over login processes.
(2)

Attrbiutes User Access settings page.
Attributes User Access is designed to provide an advanced yet lightweight authentication solution for WordPress. It empowers site administrators with detailed control over login processes, enhancing user authentication and access experience.
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.
Flexible Login Redirection:
- Redirect native WordPress login requests.
- Define role-based and context-aware redirection rules.
Developer-Focused Architecture:
- PSR-4 autoloading and object-oriented design.
- Extensible with action and filter hooks.
- Modular components for easy customization.
Performance Optimization:
- Load scripts selectively to minimize impact.
- Use transients for caching and improved efficiency.
- Deploy minified assets with source mapping 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)
Custom Template Override
Create a directory structure in your theme to mirror the plugin’s template location : your-theme/attributes/front/forms/login-form.php.
Customize the template as needed.
The plugin uses a well-structured template with hooks that you can leverage:
attrua_login_form_fields– Add custom fields to the formattrua_after_login_form– Add content after the form
Support
- Documentation: https://attributeswp.com/docs
- GitHub Issues: https://github.com/attributeswp/attributes-user-access/issues
- Support Forums: https://wordpress.org/support/plugin/attributes-user-access
Active installations10+
Weekly downloads
61+2950.00%
Version1.1.0
Last updated7/21/2025
WordPress version5.8
Tested up to6.7.2
PHP version7.4
Tags
access-controlauthenticationloginsecurity