dboehmer / coocook

👨‍🍳🦉 Web application for collecting recipes and making food plans
https://coocook.org/
Other
11 stars 2 forks source link

Users get an error 500 page after registration #67

Closed dboehmer closed 6 years ago

dboehmer commented 6 years ago

When new users register on coocook.org they get an error 500 page with Oops but receive the verification link via e-mail anyway.

dboehmer commented 6 years ago

This was caused by an invalid config on the server. new_user_default_roles is expected to be false or an arrayref but was something else. Fixed that while converting the config to YAML and verified the fix by testing the registration by hand afterwards.