Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit df1a186

Browse files
author
NerdOfLinux
authored
Update README.md
1 parent 0925233 commit df1a186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CREATE DATABASE database_name_goes_here;
1212
To set it up, create a MySQL table, with the fields `name` and `password`, to do so run:
1313

1414
```MySQL
15-
CREATE TABLE users(name VARCHAR(30) NOT NULL, password VARCHAR(50) NOT NULL);
15+
CREATE TABLE users(name VARCHAR(30) NOT NULL, password VARCHAR(256) NOT NULL);
1616
```
1717
Then put your desired username in the `name` field, and the password in the `password` field.
1818
The password must be PHP hashed, to do so, run:

0 commit comments

Comments
 (0)