john / drive.vote

Drive the Vote arranges free rides to the polls on election day.
https://www.drive.vote/
14 stars 7 forks source link

/ride/[rz slug] - Rider signup with unclear "you are already signed in" #554

Open engerm opened 8 years ago

engerm commented 8 years ago

Description:

If a user (like an Admin) is already logged in a requests a new ride for ride, they are redirected to the main DtV and get a message that says "You are already signed in".

See screen shot for error message.

See screen of landing page the user should be seeing.

Version: unknown https://dev.drive.vote

Steps:

Log in as user (like Super Admin)

Navigate to Ride Zone dashboard

Navigate to

Actual Results:

Expected Results: 1) Would get message informing the user a ride is scheduled 2) Would get redirected to a schedule ride landing page with the ride information

engerm commented 8 years ago
screen shot 2016-10-26 at 7 23 05 pm - already signed in screen shot 2016-10-25 at 8 43 33 pm
engerm commented 8 years ago

If the steps are repeated for an unauthenticated user the user:

engerm commented 8 years ago

After a quick message with @geraldhuff in slack, I deleted all test users I wasn't using. Upon creating an account that had an email and phone number that was not in the system everything worked as expected.

There should be some client-side or server-side validation performed to prevent future conditions.