login

Laravel Built-in User Auth: Login, Registration and Password Reset

Submitted by nurhodelta_17 on
This tutorial will teach you the build-in user login, user registration and user reset password in Laravel. The reset password will send password link to the user's email but since we are using local server, we are just going to use the laravel log to get the reset password link.

How to Create a Simple Login with Validation PHP/MySQLi

Submitted by nurhodelta_17 on
In this tutorial will show you how to create a simple login with user input validation using PHP/MySQLi. This tutorial does not include a good design but will give you an idea on how to create a simple Login using PHP/MySQLi. Creating our Database First, we're going to create a database that contains the user data. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "login". 3

Attractive Login Form

Submitted by abracadabra1769 on
This is a Simple Login webpage with attractive template. Create an database Database Name : site Remember Small 's' Create a table name login and then input the username and password into the value inside table. Note, For security purpose When inserting the password value use function "MD5" THE ABOVE STEP IS COMPULSORY Then run and use this code in your project. Thanks & abracadabra

Login to MySQL Server and configuration in registry

Submitted by Thongkorn on
This simple demo I offer to do. The login system connection with the MySQL Server. By storing the connection details in the system registry. First by connecting to the MySQL server and the next users must log in to the data table. Addition, you able to press Ctrl + F5 a button for run mode "Run As Administrator" by setting some value in Registry. Thank You. I hope this sample application will help

Flip Effect: Log In and Sign Up

Submitted by mark gerryl mi… on
Simple login and sign up form built in bootstrap. A flip effect to change from login form to signup form. Easier to direct to other forms without reloading the page. Another way than using the tab class. Hope you like it. Sample Source Code This simple source code for the Log In Form for the user, where they can type their username and password to log in​. LOGO Forgot Password LOG IN Sign in with

Login Sign up and Forget Password Form in HTML Bootstrap

Submitted by Deepak86014 on
In this source code we are going to see how to create login , sign up and forget password modal form in HTML using Bootstrap. This modal window allows user to login , sign up and reset password. user can easily move one form to other. This source code can be particular useful if you want to create the login , sign up and forget password forms available to your users in you website. the source code