This is how I did it:

*sudo apt-get install apache2-utils*

Then to create the file,

*sudo htpasswd -c /edx/app/nginx/.htpasswd <username> *

Then,

*sudo htpasswd /edx/app/nginx/.htpasswd <usermame>*


Then follow @Juanito update of the cms file to Restrict


Then,

*sudo service nginx reload*




On Monday, March 14, 2016 at 7:35:11 PM UTC-4, Daniel McQuillen wrote:
>
> Apologies if the answer to this question is obvious. Is there a 
> configuration that turns off the "Sign Up" button and methods in studio?
>
> This has been asked before in the forum, without an answer (
> https://groups.google.com/d/msg/edx-code/Q_KMNd3rDpU/bwxP5EPkmMgJ).
>
> A check of cms.env.json doesn't seem to show a env variable that would 
> turn off sign ups. Is it a matter of manually pulling out the UI and server 
> API methods for sign up process? There is the 
> ENABLE_COMBINED_LOGIN_REGISTRATION variable, but I'm not sure of the 
> meaning behind "COMBINED."
>
> Thanks.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/390819d1-1305-4b25-abde-e5558009596f%40googlegroups.com.

Reply via email to