Skip to content

Commit

Permalink
feat: make user default role setting public (#29934)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiarafael committed Aug 4, 2023
1 parent 5e89694 commit 177506e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-students-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---

Make user default role setting public
1 change: 1 addition & 0 deletions apps/meteor/server/settings/accounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ export const createAccountSettings = () =>
});
await this.add('Accounts_Registration_Users_Default_Roles', 'user', {
type: 'string',
public: true,
});
await this.add('Accounts_PasswordReset', true, {
type: 'boolean',
Expand Down

0 comments on commit 177506e

Please sign in to comment.