iftechfoundation / ifdb

The software behind the Interactive Fiction Database (IFDB)
Other
23 stars 18 forks source link

taggame: Fix login via API #344

Closed dfabulich closed 1 week ago

dfabulich commented 1 week ago

325 broke the taggame API, which passes a username and password as POST parameters. In that case, we never populated $acctstatus, $profilestatus, or $sandbox, so the code was rejecting all tags via API.