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%
Easy Basic Authentication – Add basic auth to site or admin area
The Easy Basic Authentication plugin provides a simple method to add basic authentication to your WordPress site. You can enable basic authentication for the entire site or only for the admin area by setting a custom username and password. Secure your site by restricting access only to authorized users. Try it on a free mock site: click here Key Features Simple Configuration: With Easy Basic Authentication, you can easily set up basic authentication for your entire website or specifically for the admin area. Set a custom username and password to ensure secure access. Admin Area Protection: If you wish to restrict access to your WordPress admin area, Easy Basic Authentication allows you to do so quickly and effectively. Only users with the correct credentials will be able to access this critical part of your site. Entire site protection: If you wish, there is an option to extend the access limitation to the entire site and not just for your WordPress admin area, Easy Basic authentication allows you to do this quickly and effectively. Only users with the correct credentials will be able to access this critical part of your site. Failed Access Logging: The plugin keeps track of failed login attempts, helping you identify unauthorized access attempts. This is particularly useful for monitoring your site’s security. Access Log: If you choose to enable this feature, Easy Basic Authentication allows you to log successful logins, providing a comprehensive overview of login activities on your site. Easy Management: The plugin’s intuitive interface makes it simple to manage basic authentication settings. You can easily enable or disable basic authentication and adjust credentials to suit your needs. Email Alert Functionality: Easy Basic Authentication includes an email alert feature to notify you of unauthorized access attempts. You can receive email alerts when someone tries to access your site without proper credentials. White List Functionality: Easy Basic Authentication now includes a White List feature, allowing you to specify trusted IP addresses exempt from basic authentication. Configure this list to grant immediate access to known users or systems without requiring credentials, enhancing convenience while maintaining security. Protect your WordPress site with basic authentication quickly and reliably. Easy Basic Authentication gives you control to ensure that only authorized users can access your online resources. Maintain your site’s security and prevent unwanted access today with Easy Basic Authentication. Usage Visit the plugin settings page to configure your desired basic authentication options. Choose whether to enable basic authentication for the entire site or just the admin area. Set a custom username and password for secure access. Monitor failed access attempts and access logs for added security. Troubleshooting: Resetting Basic Authentication If you’re having trouble logging in due to the basic authentication, you can reset it and regain access by following these steps: 1 Connect to your website via FTP. 2 Navigate to the plugin directory: wp-content/plugins/easy-basic-authentication/class/ 3 Locate the file: easy-basic-authentication-class.php 4 Find the following line: add_action( 'init', array($this,'basic_auth_admin') ); 5 Comment out that line by adding a # at the beginning: #add_action( 'init', array($this,'basic_auth_admin') ); 6 Save the file and re-upload it to your server. This will disable the basic authentication temporarily, allowing you to log in. Once logged in, you can adjust the plugin settings as needed. If you need further assistance, feel free to reach out. GitHub Repository You can find the source code and contribute to the project on GitHub: Easy Basic Authentication on GitHub