Blog \ Eric Prewitt - nawa236/StorefrontTestingApp GitHub Wiki

12/12/19

Project has been effectively turned over to customer. I noticed a small text message that was incorrect in register relating to forgot password, so I pushed a small update for it.

If anything is needed from me in the future relating to the project, please contact me at [email protected].

12/3/19

Minor styling changes done to login, register, etc in the last couple days.

12/1/19

Small bugfixes on login.php and reverify.php were completed, as well as removal of the bug code from login.php due to inability to implement with current bug code scheme.

11/30/19

Fixed bug relating to logging in without having verified your account, added reverify.php which is linked if the user tries to login without having done the email verification and allows resending email verification link, and added initial name cookie bug to login.php.

11/24/19

Initial styling for login, registration and first time account information pages.

11/16/19

Initial forgot password pages, bugfixes in login and firsttime.

11/14/19

Fixed initial customer table population error (yay typos), added a "retype password" prompt to registration and added an second "admin" redirection prototype.

11/13/19

Split account info creation into 2 pages, one only used if the user is somehow not logged in when he gets to the page.

11/10/19

Added a page (firsttime.php) for initial account information population upon user account verification.

10/31/19

Updated the registration and login pages to add email verification and password hashing. Created a verification page to interface with the verification emails. Added a readme for XAMPP settings needed for verification emails to be properly sent.

10/12/19

Created functional prototypes of login and registration pages, with basic user input validity checking and mySQL queries. Next, need to make password function more robust (hashing) and add email functionality for account validation and forgot password functionality.

10/9/19

Set up XAMPP enviroment on both developer environments I use to be able to test .php and database implementation.

10/8/19

Began working on basic login page for web store.