-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
I GOT an internal server error when signing up |
@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: OpenSourceHelpCommunity.github.io/oshc/oshc/settings.py Lines 162 to 163 in 4b8f7c3
So if you know a way that we can encrypt than please feel free to send PR. |
@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 : |
Please go ahead @kurianbenoy! |
Awesome!! 😍😍 |
@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) |
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.
The text was updated successfully, but these errors were encountered: