We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91854e1 commit a359b56Copy full SHA for a359b56
README.md
@@ -15,6 +15,7 @@ A simple PHP authentication system with password hashing. This project is suitab
15
16
## Installation
17
1. Change the login credentials for the database in the config.php file.
18
+2. In database:
19
```sql
20
CREATE TABLE users (
21
id SERIAL PRIMARY KEY, -- Auto-incrementing primary key for each user
0 commit comments