Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

User signup doesnt check for erroneous return result, users not created #19

Closed
dominiclovell opened this issue Sep 25, 2009 · 1 comment
Assignees
Labels
Milestone

Comments

@dominiclovell
Copy link

With the local build Im running, the testswarm.sql doesn't have a default value for request in the users table, and the logic/signup.php insert statement doesnt pass in a request parameter.

The user ends up thinking their account is created successfully because they are redirected accordingly, but the insert never occurs. The return result of mysql_queryf needs to be checked.

If I run the insert statement manually (from line 23 of signup.php) I get the following error: ERROR 1364 (HY000): Field 'request' doesn't have a default value

@Krinkle
Copy link
Member

Krinkle commented Mar 17, 2012

Can anyone confirm this bug is still current?

@Krinkle Krinkle closed this as completed Mar 31, 2012
@ghost ghost assigned Krinkle Apr 8, 2012
maciejblinkbox referenced this issue in maciejblinkbox/testswarm Nov 9, 2012
Add device IP address to RunPage
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants