tnibert / Camelot

image sharing platform using django, picpicpanda.com
https://www.picpicpanda.com
GNU General Public License v3.0
0 stars 0 forks source link

If user is not logged in, link to contribute after being added as contributor will raise 404 #134

Open tnibert opened 5 years ago

tnibert commented 5 years ago

This is somewhat intended behavior, as users without permission should not know the album exists. Need to find a way determine when to redirect to login.

Reproduction steps: Precondition: User 2 is logged out

  1. User 1 adds User 2 as contributor to album
  2. User 2 clicks link in notification email
  3. User 2 is presented with 404 not found