It's not you, it's us. Something went terribly wrong and we should fix that.
I'd add such features:-
same e-mail address cannot be used twice
400 - Page not found
On Thursday, May 23, 2019 at 9:33:47 AM UTC+1, Gosforth wrote:I'd add such features:-same e-mail address cannot be used twiceDefine 'same email address.'For example (to pick GMail as the victim here,) all of these three go to the same inbox:
//check if email already exists in db
$this->load(array('email=?',$data['email']));
if(!$this->dry())
{
return 11;
}
Thu, 23 May 2019 08:47:29 +0000 [::1] 404: HTTP 404 (GET /admin/admin/users/2) trace: [C:/wamp64/www/test/Fat-Free-Login-master/lib/base.php:1706] Base->error()
Thu, 23 May 2019 08:47:29 +0000 [::1] [C:/wamp64/www/test/Fat-Free-Login-master/index.php:22] Base->run()
Example of same addresses:Currently app does not check if exactly same address exists.test...@google.com or te...@google.com are both different addresses (first one is alias but different address).
On Thursday, May 23, 2019 at 11:45:25 AM UTC+1, Gosforth wrote:
Example of same addresses:Currently app does not check if exactly same address exists.
te...@google.com or te...@google.com are both different addresses (first one is alias but different address).
Install the Fat Free Framework (https://fatfreeframework.com/3.6/home), then copy all the files of this script to same folder.
Copy the access.php file from https://github.com/xfra35/f3-access/tree/master/lib to the lib folder
Copy PHPMailer to the lib folder (https://github.com/PHPMailer/PHPMailer/tree/master/src)
Install the mysql database using /db/create_db.sql
Set the /config/config.ini file:
Active login is admin:fatfree123
I have just done a clean install followin this and everything works fine