calpaterson / csvbase

a simple website for sharing table data - with an API
https://csvbase.com
GNU Affero General Public License v3.0
376 stars 13 forks source link

Registration validations on table upload/paste table #95

Closed equirke closed 1 year ago

equirke commented 1 year ago

Hello, fixes #76 when creating a table from a file, and when pasting a table.

If a user is not logged in and tries to create a blank table, they get redirected to the registration page even if they have entered a username and password. There is a test marked xfail for it already. Will I create an issue for this?