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
c204846b
Commit
c204846b
authored
Dec 02, 2020
by
quentin.vrel
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gvipers.imt-lille-douai.fr/QVrel/projet-cdaw
parents
74d5b35c
70b31a64
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17895 additions
and
3036 deletions
+17895
-3036
dump.sql
AGL/BD/dump.sql
+1
-1
sample.sql
AGL/BD/sample.sql
+1
-0
package-lock.json
frontend/package-lock.json
+17892
-3035
package.json
frontend/package.json
+1
-0
No files found.
AGL/BD/dump.sql
View file @
c204846b
...
...
@@ -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 @
c204846b
...
...
@@ -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'
),
...
...
frontend/package-lock.json
View file @
c204846b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
frontend/package.json
View file @
c204846b
...
...
@@ -8,6 +8,7 @@
"lint"
:
"vue-cli-service lint"
},
"dependencies"
:
{
"bcryptjs"
:
"^2.4.3"
,
"core-js"
:
"^3.6.5"
,
"vue"
:
"^2.6.11"
,
"vue-router"
:
"^3.2.0"
...
...
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