partner icon indicating copy to clipboard operation
partner copied to clipboard

Sandbox Site Warning - Password Resets

Open giacoelho opened this issue 5 years ago • 1 comments

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:

image

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.

giacoelho avatar Dec 20 '20 16:12 giacoelho

  • Something similar /requesters/new form workflow where the Requester is an organization (e.g. Barrett County Police Station), so add a new /survivor_boxes/new endpoint to routes
  • There's a case for adding an Organizations table, but let's start by adding an organization_name field to Requester, and they still fill out their contact info just like on the /requesters/new form
  • 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_requests table that stores quantity (with default: 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.

maebeale avatar Oct 10 '19 16:10 maebeale