Commit 25d64edf authored by Zohten's avatar Zohten

resize pwd

parent 5d8ae01c
......@@ -44,7 +44,7 @@ create table MJ_USER
ID_USER int not null auto_increment comment '',
ID_ROLE int comment '',
LOGIN varchar(16) not null comment '',
PASWORD char(40) not null comment '',
PASWORD char(80) not null comment '',
AVATAR char(255) comment '',
LASTNAME char(55) comment '',
FIRSTNAME char(55) comment '',
......
......@@ -9,6 +9,7 @@ VALUES
(1,'Membre'),
(2,'Admin');
/* Password lenght to 80*/
INSERT INTO `MJ_USER` (`ID_USER`, `ID_ROLE`, `LOGIN`, `PASWORD`, `AVATAR`, `LASTNAME`, `FIRSTNAME`, `MAIL`, `BAN_ACCOUNT`, `LAST_IP`)
VALUES
(1, 1, 'pierrp59', 'hashedpierrepwd', 'becky.jpg', 'pierre', 'poljak', 'pierre.poljak@free.fr', 0, '92.169.12.1'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment