Hi,
I have setup a new BBB 2.2-beta6 server using the install.sh script with the options to install html5 and greenlight.
Everything worked fine and without any error.
Now that I have created the users account that I need, I tried to disable the new accounts registration by:
- Stop docker container with command: docker stop greenlight-v2
- Modified the env file in /root/greenlight to the following setting: ALLOW_GREENLIGHT_ACCOUNTS=false
- Started docker container with command: docker start greenlight-v2
- Restarted BBB server: bbb-conf --restart
When I go to my greenlight frontend the registration button stills showing and working.
Am I missing something to disable the new accounts creation?
Regards,
German Acevedo