GithubHelp home page GithubHelp logo

Comments (9)

NikosAlexandris avatar NikosAlexandris commented on June 25, 2024

After vagrant up, connect to your "taiga" virtual machine via ssh. This can be done via vagrant ssh. First thing to check is the mail log (and the others as well in case of errors). So, what do you read in /var/log/mail.log? You'd need to be root to read the mail log.

from taiga-vagrant.

RajaSajja avatar RajaSajja commented on June 25, 2024

Thanks for giving reply.
i don't have mail.log in that /var/log.
How to go taiga-back in "taiga" virtual machine via ssh.

from taiga-vagrant.

NikosAlexandris avatar NikosAlexandris commented on June 25, 2024

Myself, I still have some configuration issues. So, don't perceive the following as the one and correct way!

  1. vagrant up # this will launch the virtual machine
  2. vagrant ssh # this will connect to the virtual machine via ssh
  3. cd /home/vagrant/taiga-back/settings # enter the settings directory
  4. edit the file local.py and modify the EMAIL-related settings # edit the file that holds the settings
  5. after editing, restart taiga via circusctl restart taiga # restart taiga
  6. try something like changing a password or adding a new user

Check also details in the example file /home/vagrant/taiga-back/settings/local.py.example https://taigaio.github.io/taiga-doc/dist/setup-production.html#_setup_python_environment

from taiga-vagrant.

superalex avatar superalex commented on June 25, 2024

Thank you very much @NikosAlexandris, I can confirm your instructions about how to configure email in a taiga-vagrant instance are ok! ;)

from taiga-vagrant.

RajaSajja avatar RajaSajja commented on June 25, 2024

Hi, i followed as you said, but after restart taiga , i am unable to login in to taiga. its shows oops luma error . username and password is wrong
After this i changed in conf.json file in taiga-front/dist/js "api" : "http://localhost:8888/api/v1/"
here 8888 is my port number.
but its not login into taiga. how can i sortout this issue.

from taiga-vagrant.

NikosAlexandris avatar NikosAlexandris commented on June 25, 2024

@RajaSajja see https://groups.google.com/forum/#!topic/taigaio/gyeA7oP1AMI -- perhaps useful!?

from taiga-vagrant.

RajaSajja avatar RajaSajja commented on June 25, 2024

HI,

i modified EMAIL_USE_TLS = True in below configurations ,

EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_USE_TLS = TRUE
EMAIL_HOST = "smtp.gmail.com"
EMAIL_HOST_USER ="[email protected]"
EMAIL_HOST_PASSWORD = "yourpassword!"
EMAIL_PORT = 587

this time its allowing to login.i crated project,sprint,userstory, task. but i am trying to create new member ,its giving opps luma error, sorry your changes are not saved in database.
any idea regarding this issue. help me for this.

from taiga-vagrant.

superalex avatar superalex commented on June 25, 2024

It sounds like your vagrant machine can't connect to the smtp gmail server properly, did you check if you can reach internet from your vagrant instance?

from taiga-vagrant.

superalex avatar superalex commented on June 25, 2024

Any news about this @RajaSajja ?

from taiga-vagrant.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.