1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Update rocketchat_ldap.js

This commit is contained in:
realitygaps 2016-04-29 21:35:28 +02:00
parent be99689230
commit c456342911

View file

@ -31,11 +31,5 @@ db.rocketchat_settings.update(
$set: { "value": true }
}
)
db.rocketchat_settings.update(
{ "_id" : "Accounts_RegistrationForm" },
{
$set: { "value": "Disabled" }
}
)