Description
Hi all,
On a freshly updated v6.4.8, I can’t find a way to disable the Create an account
link (a.k.a self registration).
Administration > Settings > Accounts > Registration > Registration Form is set to Disabled
.
The value is also Disabled
in MongoDB.
> db.rocketchat_settings.find({_id:{'$regex' : 'registration', '$options' : 'i'}})
{ "_id" : "Accounts_RegistrationForm", "_updatedAt" : ISODate("2023-11-26T15:01:19.017Z"), "autocomplete" : true, "blocked" : false, "createdAt" : ISODate("2023-11-26T12:42:02.554Z"), "group" : "Accounts", "hidden" : false, "i18nDescription" : "Accounts_RegistrationForm_Description", "i18nLabel" : "Accounts_RegistrationForm", "packageValue" : "Public", "public" : true, "secret" : false, "section" : "Registration", "sorter" : 21019, "ts" : ISODate("2023-11-26T12:42:02.554Z"), "type" : "select", "value" : "Disabled", "valueSource" : "packageValue", "values" : [ { "key" : "Public", "i18nLabel" : "Accounts_RegistrationForm_Public" }, { "key" : "Disabled", "i18nLabel" : "Accounts_RegistrationForm_Disabled" }, { "key" : "Secret URL", "i18nLabel" : "Accounts_RegistrationForm_Secret_URL" } ], "enterprise" : false, "env" : false, "requiredOnWizard" : false }
Is there any way to disable this? Thanks
Server Setup Information
- Version of Rocket.Chat Server: 6.4.8
- Operating System: Debian 11 bullseye
- Deployment Method: docker
- Number of Running Instances: 1
- DB Replicaset Oplog: Enabled
- NodeJS Version: 14.21.3 - x64
- MongoDB Version: 5.0.22
- Proxy: nginx
- Firewalls involved: none