Ask: How do you add users to the system?
For e.g you work on a document and then want to add more users to come and edit the document from your team.
Now as a team admin you can add new users by simply providing the email addresses.
Now there are multiple options how the webapp treats the new email addresses
1. If the email address does not exist, then create a new user, send an activation link with temporary password to the email address
2. The webapp ignores the email address and notifies the Team admin to have the user pre-register prior to getting added to the team.
#1 is more convenient and a better user experience but it has potential for someone to abuse the system for spamming
#2 Is safe as the team admin and the member have already communicated prior to joining into the webapp, they register and then the admin can add the user as its own team member.
How do webapp handle these kind of situation? What is the best practise?
1 comment
[ 4.4 ms ] story [ 15.5 ms ] threadFurthermore, you can add in rate limiting, or limit the number of unactivated users a team admin can have.