Ahmed Saleh
2023/08/06
How to prevent password and account sharing for Teachable
Teachable is a great platform for creating and selling online courses. It's easy to use, has a lot of features, and is affordable. But what happens when someone shares their account with others? It can be devastating to see all of your hard work go down the drain because someone shared their account with others. There's no way to see who is sharing their account and how many people are using it. This is a common problem that many online course creators face, but it doesn't have to be this way!
Rupt is an account sharing prevention software that uses a complex algorithm to detect & prevent account sharing. It's a simple and effective way to protect your courses and prevent password and account sharing for your Teachable courses. (And it doesn't hurt that revenue increases as you prevent account sharing!)
This is a step-by-step guide on how to prevent password and account sharing for Teachable courses.
Step 1: Create a Rupt account
The first step is to sign up for Rupt. You can do this by going to Rupt's website.
Step 2: Take note of your Rupt API Key Client ID
After you sign up, you'll see an onboarding screen that instructs you on how to integrate the code. You'll need to take note of your API Key Client ID.
Step 3: Add Rupt code to your Teachable website
The next step is to add the Rupt code to your Teachable website. You can do this by going to your Teachable website and clicking on the "Site" tab. Then, click on "Code Snippets". Then scroll down until you see "Logged In Snippets" and paste the following code:
<script type="text/JavaScript">
const script = document.createElement("script");
script.src = "https://unpkg.com/rupt@latest/index.js";
script.async = true;
script.addEventListener("load", (event) => {
const user = window.currentUser();
if (!user || !user.id) {
return;
}
const logout_url = `https://${window.location.host}/logout`;
window.Rupt.attach({
client_id: "xxxx-xxxx-xxxx-xxxx", // Replace with your API Key Client ID
account: `${user.id}`,
email: user.email,
metadata: {
name: user.name,
email: user.email,
},
redirect_urls: {
logout_url: logout_url,
new_account_url: logout_url,
},
});
});
document.head.appendChild(script);
</script>
Be sure to replace the xxxx-xxxx-xxxx-xxxx
with your API Key Client ID.
Step 4: Verify the integration
To verify that the integration is working, go to your Teachable website and log in. Then, go to your Rupt dashboard and click on "Accounts". You should see your account listed there. If you don't see it, then the integration isn't working properly and you'll need to go back and check your code.
If you've followed all of these steps correctly, then you should be able to prevent password and account sharing for your Teachable website. If you have any questions or need help with the integration, please contact us at support@rupt.dev.
Conclusion
We hope this article has been helpful in preventing password and account sharing for your Kajabi website. Rupt also integrates with other LMS platforms like Kajabi, Thinkific, and more. If you're interested in learning more about how Rupt can help you prevent password and account sharing for your LMS platform, please contact us at support@rupt.dev.