Sandbox Site Warning - Password Resets
We have some users thinking that the sandbox site has the same functionality as the production environment especially as it has the same look and feel. So they periodically attempt to reset their passwords from the demo site (https://partnerbase.org/users/password/new) We need to put in a friendly notification on the password reset page like on the login page warning users that they are on the sandbox site and if they want to reset their password they need to go to the live site.
Here is an example of the login warning message:

We should use a similar message for the request demo page except use the language "Please be aware that partnerbase.org is a demo/test server for partner.diaper.app. If you wish to reset your password please do so at the live site https://partner.diaper.app/users/password/new.
- Something similar /requesters/new form workflow where the Requester is an organization (e.g. Barrett County Police Station), so add a new
/survivor_boxes/newendpoint to routes - There's a case for adding an Organizations table, but let's start by adding an
organization_namefield to Requester, and they still fill out their contact info just like on the/requesters/newform - Instead of answering all the personal questions, they just need to fill out how many boxes they'd like (so we need to add a field to the
box_requeststable that stores quantity (withdefault: 1) - We still want these requests to go through the same workflow as the other BoxRequests, so don't want to paint too far outside the lines here.