Skip to content
Snippets Groups Projects
Unverified Commit 177506ea authored by Rafael Tapia's avatar Rafael Tapia Committed by GitHub
Browse files

feat: make user default role setting public (#29934)

parent 5e89694b
No related branches found
No related tags found
No related merge requests found
---
"@rocket.chat/meteor": patch
---
Make user default role setting public
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment