Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet-cdaw
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Quentin Vrel
projet-cdaw
Commits
25d64edf
Commit
25d64edf
authored
Dec 02, 2020
by
Zohten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resize pwd
parent
5d8ae01c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
dump.sql
AGL/BD/dump.sql
+1
-1
sample.sql
AGL/BD/sample.sql
+1
-0
No files found.
AGL/BD/dump.sql
View file @
25d64edf
...
...
@@ -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
(
4
0
)
not
null
comment
''
,
PASWORD
char
(
8
0
)
not
null
comment
''
,
AVATAR
char
(
255
)
comment
''
,
LASTNAME
char
(
55
)
comment
''
,
FIRSTNAME
char
(
55
)
comment
''
,
...
...
AGL/BD/sample.sql
View file @
25d64edf
...
...
@@ -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'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment