The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Submission Accounts module not letting users in. - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: Submission Accounts module not letting users in. (/showthread.php?tid=829) |
Submission Accounts module not letting users in. - bwaye - Sep 1st, 2010 The Account is being set-up in the "Submission Accounts" module but it is unable to locate the user. I have tried all of the suggested ways to no avail, which includes adding ?form_id=11 on the end of the URL link and in the <form> tag. Sorry, that login information is incorrect. Please try again. FOUND THE PROBLEM: I was using the module to generate my form and it was asking EMAIL instead of USERNAME which is contrary to the generated code: <form action="FORMTOOLS/modules/submission_accounts/login.php" method="post"> <input type="hidden" name="form_id" value="11" /> <-------- Email <input type="text" name="username" /><br />-----------> Password <input type="text" name="password" /><br /> <input type="submit" name="login" value="LOGIN" /><br /> </form> RE: Submission Accounts module not letting users in. - Ben - Sep 3rd, 2010 Ah, good to know, thanks bwaye! |