open-craft / opencraft

OpenCraft - Instance Manager
https://ocim.opencraft.com
GNU Affero General Public License v3.0
55 stars 22 forks source link

reset password link leads to 500 #112

Closed ghost closed 8 years ago

ghost commented 8 years ago

When trying to reset password on http://mavoix.opencraft.hosting/ I get

edx1

antoviaque commented 8 years ago

@dachary Thank you for the report!

Confirmed with the email of the user that had been automatically created based on the registration form (admin@...).

@bradenmacdonald For the sprint fireman : )

bradenmacdonald commented 8 years ago

@dachary Yep, thanks for reporting this! It looks like a configuration error is preventing the server from sending email. We are working on a fix.

ghost commented 8 years ago

thanks :-)

bradenmacdonald commented 8 years ago

@dachary The issue should be fixed now. I just tested it, and it seems to work, so it should have sent you a password reset email.

Technical details: the postfix_queue ansible role had not been run on the VM. I added it to our branch of Dogwood and now email sending is working as expected.

ghost commented 8 years ago

@bradenmacdonald I confirm that a reset mail has been sent. Thanks for a quick resolution !

antoviaque commented 8 years ago

Thanks @bradenmacdonald !