EVE-Tools / vagrant-element43

DEPRECATED - This repository contains the configuration of our unified virtual development environment.
1 stars 1 forks source link

incomplete configuration causes exception on signup #3

Closed stevelle closed 8 years ago

stevelle commented 9 years ago

http://dpaste.com/05GWHEF

Recommend adding https://github.com/Nilhcem/FakeSMTP or the like to the boostrap or perhaps just configuring another process running https://docs.python.org/2/library/smtpd.html, and adjust the local.py settings in https://github.com/EVE-Tools/element43 accordingly

stevelle commented 9 years ago

workaround for anyone else trying this is to try to signup, then after the error:

from a shell prompt inside the vagrant image: (after vagrant ssh)

psql -U element43 -W -h 127.0.0.1

then register the account you created

update auth_user set is_superuser = 't', is_staff = 't', is_active = 't';
zweizeichen commented 8 years ago

Sorry it took me so long to answer. I added an E-Mail backend to the default configuration in 5d495bb and documented the change. If you have any questions, feel free to reopen/ask.