Wordseer / wordseer

The WordSeer text analysis tool, written in Flask.
http://wordseer.berkeley.edu/
40 stars 16 forks source link

return better error pages and codes for unauthorized requests in uploader #306

Open macfarlandian opened 9 years ago

macfarlandian commented 9 years ago

right now they are mostly handled by login_manager which isn't really correct, it just tells them they need to log in (which may not be the case, it could also be that their account does not have permissions)