openedx-vlead / port-labs-to-openedx

3 stars 8 forks source link

Registration issue #25

Closed sivashankerN closed 8 years ago

sivashankerN commented 8 years ago

LMS machine was not able to send verification link to registered users.

sivashankerN commented 8 years ago

Observed all most all the LMS logs located in /edx/var/logs/* We could not find any serious issue in that log files regarding this issue. Restarted edx services , They are restarted successfully without any errors. but when user wants to register in lms machine user was not receiving verification link. Related to this logs found at /edx/var/log/lms/edx.log in that log file, found that the LMS was not able to send verification link to registered user.

sivashankerN commented 8 years ago

Finally found the solution There was mistake in lms.env.json file EMAIL_HOST Key value is wrong This should be proper lms domain name or localip address or localhost "EMAIL_HOST": "localhost" then restarted edx services and problem solved