mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
3b245031a4
The email parameter is now required using strong parameters and will throw ActionController::ParameterMissing if it is missing. If the email address is incorrect or invalid, Discourse::InvalidParameters will still be thrown.