Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance invitation feature with email notifications and referral links #3220

Merged
merged 2 commits into from
Jan 13, 2025

Conversation

JisanAR03
Copy link
Contributor

Invitation System Description

The invitation system is designed to reward users who invite others to join the platform. Here's how it works:

  1. Referral Tracking:

    • When a new user clicks on an invitation link, the referral code is stored in their session. This functionality has already been implemented.
    • Using the session data, the system identifies the inviter and assigns points to them once the invited user successfully signs up.
  2. Email Invitations:

    • The API has been updated to send referral links directly to new users via email.
    • The emailed referral link is now functional, valid, and fully integrated into the signup process.

This setup ensures seamless tracking of referrals and proper point allocation to the inviter. 🎉

@DonnieBLT sir , can you please review this pr ?

this is a sentry , but for pass github action " fix #2972"

@JisanAR03 JisanAR03 requested a review from DonnieBLT January 13, 2025 15:14
website/api/views.py Fixed Show resolved Hide resolved
@DonnieBLT DonnieBLT merged commit 6f29a67 into OWASP-BLT:main Jan 13, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create a csv to add all owasp projects to /projects
2 participants