Creation in a procedural php of a basic project regrouping the main functionalities of a member space system. This system makes it possible to have the basis of a similar project much more complex.
This code has been reorganized into POO in the project 'POO-Members_area_system_base'
The table structure of the database is shown below but it is possible to rename the table and the fields according to the conventions of each.
- members
- id
- username
- password
- confirmation_token
- confirmed_at
- reset_token
- reset_at
- remember_token