Registration and Emails from edX

321 views
Skip to first unread message

rus...@gmail.com

unread,
Jul 2, 2014, 1:35:03 PM7/2/14
to edx-...@googlegroups.com
Hi,

I was wondering where i would be able to update links, and email addresses.


I register as a test student and get.

regist...@example.com

Mon 6/30/2014 4:15 PM

To:Test, B T.;

 Thank you for signing up for edX! To activate your account, please copy and paste this address into your web browser's address bar:

  http://localhost/activate/ecad802a132a4d30be07b14129327ada

     If you didn't request this, you don't need to do anything; you won't receive any more email from us. Please do not reply to this e-mail; if you require assistance, check the help section of the edX web site.


As my server is on AWS, i would need to change "localhost" to the IP and "regist...@example.com" to a known email address.


Any suggestions?

Lucas Sodré

unread,
Jul 2, 2014, 1:45:07 PM7/2/14
to edx-...@googlegroups.com
There're several ways to do this

If you're using a theme I recommend to modify/create the the /edx/app/edx_ansible/server-vars.yml file with the wanted variables

and give a update 
# sudo /edx/bin/update edx-platform master



example:
EDXAPP_TECH_SUPPORT_EMAIL: 'tech...@test.com'
EDXAPP_CONTACT_EMAIL: 'in...@test.com'
EDXAPP_BUGS_EMAIL: 'bu...@test.com'
EDXAPP_DEFAULT_FROM_EMAIL: 'regist...@test.com'
EDXAPP_DEFAULT_FEEDBACK_EMAIL: 'feed...@test.com'
EDXAPP_DEFAULT_SERVER_EMAIL: 'dev...@test.com'
EDXAPP_BULK_EMAIL_DEFAULT_FROM_EMAIL: 'no-r...@test.com'
EDXAPP_SITE_NAME: 'testuniversity'

                                    
If not you can modify/create  vim /edx/app/edxapp/lms.env.json file

and restart the services:
# sudo /edx/bin/supervisorctl -c /edx/etc/supervisord.conf restart edxapp:
# sudo /edx/bin/supervisorctl -c /edx/etc/supervisord.conf restart edxapp_worker:

rus...@gmail.com

unread,
Jul 2, 2014, 2:05:17 PM7/2/14
to edx-...@googlegroups.com

Thank you I am looking into your suggestions, how about the "activate your account..."


As the "localhost" will most likely be my server IP.

Lucas Sodré

unread,
Jul 2, 2014, 3:57:24 PM7/2/14
to edx-...@googlegroups.com
If I remember well

localhost will be the EDXAPP_SITE_NAME: 'your site'

rus...@gmail.com

unread,
Jul 7, 2014, 3:34:16 PM7/7/14
to edx-...@googlegroups.com

Thank you for your response, I did not modify the theme, yet can I just add what you suggested below?

There're several ways to do this

If you're using a theme I recommend to modify/create the the /edx/app/edx_ansible/server-vars.yml file with the wanted variables

and give a update 
# sudo /edx/bin/update edx-platform master



example:
EDXAPP_TECH_SUPPORT_EMAIL: 'tech...@test.com'
EDXAPP_CONTACT_EMAIL: 'in...@test.com'
EDXAPP_BUGS_EMAIL: 'bu...@test.com'
EDXAPP_DEFAULT_FROM_EMAIL: 'regist...@test.com'
EDXAPP_DEFAULT_FEEDBACK_EMAIL: 'feed...@test.com'
EDXAPP_DEFAULT_SERVER_EMAIL: 'dev...@test.com'
EDXAPP_BULK_EMAIL_DEFAULT_FROM_EMAIL: 'no-r...@test.com'
EDXAPP_SITE_NAME: 'testuniversity'


Currently my server-vars.yml has the following -

COMMON_DEPLOYMENT: edx
COMMON_ENVIRONMENT: sandbox
COMMON_HOSTNAME: edx-server
EDXAPP_LMS_NGINX_PORT: 80
EDXAPP_LMS_PREVIEW_NGINX_PORT: 80
EDXAPP_STATIC_URL_BASE: /static
EDX_ANSIBLE_DUMP_VARS: true
NGINX_HTPASSWD_PASS: edx
NGINX_HTPASSWD_USER: edx




Reply all
Reply to author
Forward
0 new messages