Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test user authentication deployed on predev #174

Open
tapaswenipathak opened this issue Oct 22, 2017 · 6 comments
Open

Test user authentication deployed on predev #174

tapaswenipathak opened this issue Oct 22, 2017 · 6 comments

Comments

@tapaswenipathak
Copy link
Member

tapaswenipathak commented Oct 22, 2017

Predev deployment now has user authentication enabled. We need to test it for different scenarios. While testing the errors and behavior is not consistent as what we can see when we tested internally.

As part of this issue, please go ahead and test predev deployment, specially user authentication and feel free to raise issues for bugs or enhancements.

@kurianbenoy
Copy link

I GOT an internal server error when signing up

@vaibhavsingh97
Copy link
Member

@kurianbenoy Yes, It's because authentication try to send email but SMTP is not configured as email and password will be exposed to public. Check here:

EMAIL_HOST_USER = 'email'
EMAIL_HOST_PASSWORD = 'password'

So if you know a way that we can encrypt than please feel free to send PR.

@kurianbenoy
Copy link

@vaibhavsingh97 I have used a module named python-decouple to secure my SECRET KEY in django. I think this can be used in this case also

source : https://simpleisbetterthancomplex.com/series/2017/10/16/a-complete-beginners-guide-to-django-part-7.html#project-settings

@tapaswenipathak
Copy link
Member Author

Please go ahead @kurianbenoy!

@vaibhavsingh97
Copy link
Member

Awesome!! 😍😍

@kurianbenoy
Copy link

@tapasweni-pathak and @vaibhavsingh97 I wont be able to work on the issue immediately. I will be available only from December 20(due to university examination)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants