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

SMTP credentials not avaliable in local enviroment #398

Closed
WelisonR opened this issue Apr 6, 2021 · 0 comments · Fixed by #405
Closed

SMTP credentials not avaliable in local enviroment #398

WelisonR opened this issue Apr 6, 2021 · 0 comments · Fixed by #405
Assignees
Labels
bug Something isn't working

Comments

@WelisonR
Copy link
Contributor

WelisonR commented Apr 6, 2021

Describe the bug
Currently, docker-compose.yml does not load e-mail credentials, used to recovery password, from environment variables when the user runs the application locally with the command sudo docker-compose -f docker / docker-compose.yml up.

To reproduce the bug
Steps to reproduce the behavior:

  1. Clone Jandig repository with: git clone https://github.com/memeLab/Jandig;
  2. Change to develop branch;
  3. Run sudo docker-compose -f docker/docker-compose.yml up from root folder;
  4. Go to recovery page: http://localhost:8000/users/recover/;
  5. Type an e-mail to recover.

Expected behavior
Jandig e-mail with recovery instructions is sent to provided e-mail.

Screenshots
Peek 06-04-2021 19-49

Please, tell us which device/browser is used when finding the bug):

  • OS: Linux Ubuntu 20.04;
  • Browser: Chrome 84.0.4147.125.

Additional Information
Apparently, this error does not occurs with the docker-compose.deploy deploy file, because it uses other env files.

@WelisonR WelisonR added the bug Something isn't working label Apr 6, 2021
@WelisonR WelisonR self-assigned this Apr 6, 2021
@pablodiegoss pablodiegoss mentioned this issue Jun 20, 2021
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant