Dynadot

Secure PHP Login & Registrationm Email Confirmation, Forgot password, encrypted

Spaceship Spaceship
Watch
Status
Not open for further replies.

GuiltyCrown

New Member
Impact
0
sellfy.com/p/eOfv

Secure sessions stored in database in an encrypted format and checked frequently for match and if not the user session is destroyed. User cannot login from two places at the same time.

Double encrypted passwords not just with md5.

Secure forgot password system with 6 hours change password link life sent via email through SMTP (no chance to get into spam). Sends a link to user via email and if clicked within 24 hours it allows him to change his password. So no instant password changes which can break other users accounts.

Secure Email Confirmation system with Resend function and 6 hours link life sent via email through SMTP. Have only valid users with real email addresses.

After login user can update his account name, description, etc.

Add just one line of code to pages you want protected: define("must_login",true);

Easy configuration from just one file.

Sanitized input and form validation already in place. Checks for every and any small or big hack attempt.

Failed login attempts are stored and if more than 3 the IP is blocked from trying for 24 hours. If the user has modified his IP to hack the website, that won't work either because even that is sanitized!

Very easy to built upon, comes already designed with error messages and everything.

You can store error message in $_SESSION["errors"] or warnings $_SESSION["warnings"], even info and success messages.

Moreover: REDIRECT AFTER LOGIN just set login_redirect in the session and on the login page it will tell the user he will be redirected after login and after authentication he will be sent to that page.

Advanced and yet simple, secure and easy to implement. Comes with database and all files.

BASED ON THE SMARTY TEMPLATE system to separate HTML from PHP.

Now that's a deal.

sellfy.com/p/eOfv/
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Status
Not open for further replies.
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back