Easily allow users logging into your WordPress store with their Freemius credentials. If a user logs in with their Freemius credentials and there was no matching user in WordPress, a new user with the same email address and password will be created in WordPress.
When embedding the User Dashboard using our User Dashboard WordPress plugin, a logged-in user will be automatically logged into their Freemius User Dashboard without the need to manually log in.
- Download the plugin.
- Open your WordPress installation's
wp-config.php
file and add the following lines at the end, replacing the placeholders with your actual credentials:
define( 'FREEMIUS_STORE_ID', '<STORE_ID>' );
define( 'FREEMIUS_DEVELOPER_ID', '<DEVELOPER_ID>' );
define( 'FREEMIUS_SECRET_KEY', '<DEVELOPER_SECRET_KEY>' );
You can get your developer ID and secret key in the My Profile page, and your store ID in the My Store page. Both pages are accessible from the top-right menu.
- Upload and activate the plugin.
- Done! Users will be able to login with their Freemius credentials.