ALMEFY
The Almefy Plugin enables secure 2FA login for your users – without passwords, just by scanning a QR code. Welcome to the ALMEFY experience Almefy enables a secure Two-Factor Authentication user experience in one step. No passwords needed, the users just scan to login. Your users just need to scan a QR code on your website with the Almefy App and login through our technology built on Identity Based Encryption (IBE). Almefy is the next generation of logins, taking the burden of secure passwords away from the users by eliminating them completely. We enable a secure, easy and fast Two-Factor Authentication in one step for the convenience of your users. Learn more about the Identity Based Encryption and 2FA and Almefy on our website. The ALMEFY HUB – Where you manage all accesses We offer an easy to manage setup and management of accesses through our ALMEFY HUB. The HUB gives you the possibility to setup new websites, manage admins and users and offers statistics for your reference. It is also the fastest way to get in touch with us in case you have any questions or need support! And here is how you get started with your ALMEFY Plugin: Setup To activate the plugin, please navigate to the Almefy settings in the backend. You will be required to provide a key and a secret to connect to the Almefy servers. To generate your individual key & secret, please contact us at https://almefy.com/contact/. We will send you an email with all instructions how to get access to the ALMEFY HUB where you generate your key & secret in a guided flow through our setup wizard. In the settings of the plugin you can also define a Redirect to after login url. Use a relative url like /profile-page to redirect users to a custom page. Alternatively leave the page blank to redirect users to the WordPress backend. Login To add the login code to your website add the [almefy-login] shortcode to your page. Alternatively you may add it via do_shortcode('[almefy-login]'); to your theme. If you would like to redirect users to the backend when logging in via the WordPress login at /wp-login.php but to a profile page when logging in via the the frontend you have to: – Leave the Redirect to after login empty in the plugin settings – Set the ‘redirect’ variable on the shortcode Example: [almefy-login redirect="/profile"] Device Management The built in device manager is found in the backend Users -> Profile. If you do not want your users to have access to the WordPress backend but let them manage their devices, add the [almefy-devices] shortcode to a custom profile page. Connecting new devices When creating an account, users will receive an email asking them to connect their device. Further devices may be connected in the backend Users -> Profile. To add management options like connecting and removing devices to the frontend of your website, you may include the device connection shortcode to a profile page using [almefy-connect]. Password-free Registration (Optional) You may add password free registration by adding the [almefy-register] shortcode. Disabling require_username will result in users just being prompted for an email address. The button text is customizable by setting the button_text variable. Example: [almefy-register require_username="false" button_text="Sign Up Now!"]; License GNU General Public License v2.0 – GNU Project – Free Software Foundation https://www.gnu.org Contact – Almefy : 2FA Authentication in one step https://almefy.com
Top keywords
- almefy15×2.60%
- users14×2.42%
- login8×1.38%
- redirect7×1.21%
- add6×1.04%
- backend6×1.04%
- page6×1.04%
- profile6×1.04%
- shortcode6×1.04%
- device4×0.69%
- devices4×0.69%
- hub4×0.69%
Attributes User Access
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.