question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

User Invitation Functionality

See original GitHub issue

I’m looking to send an invite via email to a user, sort of like an admin tool to add users without them “registering” through the normal process.

I see in the USER_REQUIRE_INVITATION config variable with the comment “not yet implemented.” I’m wondering if you are in the process of fleshing out this functionality or is it more of a wish list?

As it stands right now I’m attempting to manually go in and generate this process. My plan is to utilize the password reset (user_manager.generate_token(), reset_password_link, User.reset_password_token, etc.) functionality that has already been created but send it to a custom view, email template, etc.

Would you suggest this as the best course of action? The reason why I’m asking is if there is a plan to incorporate “user invitation” functionality, I would be more than willing to fork Flask-User and attempt to contribute.

Awesome package btw, the customizability and readability of the package has been really great.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mgd722commented, Dec 4, 2017

Did USER_REGISTER_REQUIRES_MODERATION make it into any release yet? I searched for it and it doesn’t seem so, but I wanted to make sure it’s not included under a different name or something.

0reactions
tOloruncommented, Dec 20, 2016

Thanks @lingthio will try it out and get back to you

many thank

Read more comments on GitHub >

github_iconTop Results From Across the Web

User invitation email best practices - Postmark
User invitation email best practices · 1. Help them get started with your software # · 2. · Assuming the recipient expects the...
Read more >
Building a Simple User Invitation System that Works - Prototypr
Giving people a way to share your website or application by inviting their friends and colleagues isn't just about increasing your user base: ......
Read more >
Send Email Invitations for Application Signup - Auth0
Describes how to customize the signup process to invite users to signup for an account in the context of a specific Auth0 application....
Read more >
User Invitation API overview | Cloud Identity
The Cloud Identity User Invitation API allows you to identify and manage unmanaged accounts as part of onboarding users to your Google Workspace...
Read more >
How do I invite users? - Similarweb Knowledge Center
Log into your Similarweb account. From your profile icon, click Account. Click User Management. Click Invite. Fill out the user's information.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found