User Login / Register page, using PhP to validate access data with MySQL database.
Before you begin, make sure you have met the following requirements:
- You need the latest version of
MySQL ServerandMAMPon your machine.
If you need installation instructions, click here.
To install UserAccess, follow these steps:
1ΒΊ Clone the repository.
> git clone https://github.com/joabehenrique/user-access.git
2ΒΊ Run MAMP
3ΒΊ Create a schema in the database with name, e-mail, login and password.
4ΒΊ Set up access to your bank in mysqli_connect
To use UserAccess, follow these steps:
To use the login with Google or Facebook it will be necessary to create
your own ID Client on your platforms, and change the ID Token within
the code by yours, as well as the connection to the bank and the path
of the composer library, must be updated.
Until now,
Password recovery has not yet been added.
Regular expressions were not implemented in the inputs of the form, and
the implementation of the language change when clicking on the flags above.
Simple design because the focus was on making it work and serving
as a template for future applications.
To contribute to UserAccess, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <nome_branch>. - Make your changes and commit them:
git commit -m '<commit_message>' - Send to the original branch:
git push origin UserAccess / <local> - Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request
We thank the following people who contributed to this project:
|
Joabe Henrique [Author] |
Do you want to be part of this project? Click here and read how to contribute.
This project is under license. See the license file for more details.