All Projects → nduhamell → login-signup-form

nduhamell / login-signup-form

Licence: MIT License
A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. Project Website:

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to login-signup-form

GenerateDynamicCustomForm
You can generate a dynamic form view in a few minutes for a signup, add a record. Creating a form is very easy.
Stars: ✭ 18 (-55%)
Mutual labels:  signup, registration, register-form
Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+500%)
Mutual labels:  signup, registration
users-service
A small microservice for managing user registrations, password changes and issue access tokens
Stars: ✭ 16 (-60%)
Mutual labels:  registration, login-system
Symfony-4-by-Samples
Symfony 4 by Samples is a personal project in which I will be creating small demos with tutorial in which to learn the symfony framework 4. Each of the samples contains a README.md file that indicates the purpose of the sample plus an step by step guide to reproduce it. Basic topics, login and register form, authentication, webpack encore, sass…
Stars: ✭ 40 (+0%)
Mutual labels:  registration, register-form
is-04
AMWA IS-04 NMOS Discovery and Registration Specification (Stable)
Stars: ✭ 35 (-12.5%)
Mutual labels:  registration
bg-atlasapi
A lightweight python module to interact with atlases for systems neuroscience
Stars: ✭ 54 (+35%)
Mutual labels:  registration
OverlapPredator
[CVPR 2021, Oral] PREDATOR: Registration of 3D Point Clouds with Low Overlap.
Stars: ✭ 293 (+632.5%)
Mutual labels:  registration
DLIndustriesView
Choose industry
Stars: ✭ 12 (-70%)
Mutual labels:  signup
visualqc
VisualQC : assistive tool to ease the quality control workflow of neuroimaging data.
Stars: ✭ 56 (+40%)
Mutual labels:  registration
DICOMautomaton
A multipurpose tool for medical physics.
Stars: ✭ 35 (-12.5%)
Mutual labels:  registration
connect
SUSEConnect Client
Stars: ✭ 13 (-67.5%)
Mutual labels:  registration
matrix-registration
a token based matrix registration api
Stars: ✭ 182 (+355%)
Mutual labels:  registration
oxd
Client software to secure apps with OAuth 2.0, OpenID Connect, and UMA
Stars: ✭ 40 (+0%)
Mutual labels:  registration
manage
基于vue-cli与thinkphp的简单登录注册系统
Stars: ✭ 71 (+77.5%)
Mutual labels:  login-system
zappa-slack-inviter
A server-less Slack inviter
Stars: ✭ 32 (-20%)
Mutual labels:  signup
mrivis
medical image visualization library and development toolkit
Stars: ✭ 19 (-52.5%)
Mutual labels:  registration
SchoolRegistrationUI-Android
Check out the new style for App Design aims for school or colleges...😉😀😁😎
Stars: ✭ 56 (+40%)
Mutual labels:  registration
django-sitegate
Reusable application for Django to ease sign up & sign in processes
Stars: ✭ 32 (-20%)
Mutual labels:  signup
hackerAPI
🐓 API for registration, live-site
Stars: ✭ 20 (-50%)
Mutual labels:  registration
plugin-registration
Self-Registration plugin for Kanboard
Stars: ✭ 15 (-62.5%)
Mutual labels:  registration

Login and Register Form

A login and signup form using HTML, PHP, and MySQL. This form allows users to register and login. All information is stored in a MySQL database. After successful login the user is redirected to their dashboard. I enjoy making software so much! Please, if you see any issues make them known!

Documentation

https://nateduhamell.com/github-project-login-sign-up-form/

Features

  • stores passwords in DB as hashes
  • modern and minimalistic design
  • easy logout via logout.php
  • designed for security

Making a secure Page

To make a secure page add the contents from "auth.php" to the top of any .php page. This will force the user to login before they can see your page.

Install Images

Update the db.php File Details as shown Below:

Login/Register Form Install Instructions

Preview

Login Form: https://files.nateduhamell.com/test/login-signup-form-master/login.php

Registration Form: https://files.nateduhamell.com/test/login-signup-form-master/registration.php

License

This software is under an MIT License. Which allows full use to edit, distribute, or sell this code. See the "LICENSE" file for more information!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].