google / personfinder

Person Finder is a searchable missing person database written in Python and hosted on App Engine.
https://google.org/personfinder
Apache License 2.0
533 stars 194 forks source link

More user-friendly access-denied page #740

Open nworden opened 5 years ago

nworden commented 5 years ago

When a user without access tries to go to an admin page, we should a) give them a more helpful error message and b) provide a logout link, for people who may have multiple accounts.

kshithijiyer commented 5 years ago

When a user without access tries to go to an admin page, we should a) give them a more helpful error message

What error message do you have in mind?

b) provide a logout link, for people who may have multiple accounts.

A big button in the middle of the page would be good?

Could you please explain on what has to be change to what to achieve this?