-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[NEW] Option to allow to signup as anonymous #6797
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sampaiodiego Can you review it again? You'll need to rerun the last migration cuz I did change it. |
Does this PR also include anonymous live chat guests. I try to figure out if there is an open issue or PR, that enables live chat guests to start a chat without entering any email address. |
@ruKurz you can already do that disabling pre-registration form: |
know your product ;-) Thanks for your quick reply! |
@RocketChat/core
Closes #5647
Closes #604
Accounts_AllowAnonymousAccess
toAccounts_AllowAnonymousRead
Accounts_AllowAnonymousWrite
that depends onAccounts_AllowAnonymousRead
talk as anonymous
that creates a new account without email and request a usernameAccounts_DefaultUsernamePrefixSuggestion
to be able to change the default prefix for username suggestionsanonymous
with a few permissions (it's possible to change it at admin area)anonymous
user
when user adds and verifies the email adding more permissions