This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
f2d01734
Commit
f2d01734
authored
4 years ago
by
Lukas Kaltenbrunner
Browse files
Options
Downloads
Patches
Plain Diff
Change default password
parent
c3e0e7fb
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/.h2.server.properties
+1
-0
1 addition, 0 deletions
src/main/resources/.h2.server.properties
src/main/resources/config/liquibase/data/user.csv
+2
-2
2 additions, 2 deletions
src/main/resources/config/liquibase/data/user.csv
with
3 additions
and
2 deletions
src/main/resources/.h2.server.properties
+
1
−
0
View file @
f2d01734
#H2 Server Properties
#H2 Server Properties
#Fri Nov 20 12:38:10 CET 2020
0
=
JHipster H2 (Disk)|org.h2.Driver|jdbc
\:
h2
\:
file
\:
./target/h2db/db/gitsearch|gitsearch
0
=
JHipster H2 (Disk)|org.h2.Driver|jdbc
\:
h2
\:
file
\:
./target/h2db/db/gitsearch|gitsearch
webAllowOthers
=
true
webAllowOthers
=
true
webPort
=
8082
webPort
=
8082
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/config/liquibase/data/user.csv
+
2
−
2
View file @
f2d01734
id;login;password_hash;first_name;last_name;email;image_url;activated;lang_key;created_by;last_modified_by
id;login;password_hash;first_name;last_name;email;image_url;activated;lang_key;created_by;last_modified_by
1;system;$2a$10$mE.qmcV0mFU5NcKh73TZx.z4ueI/.bDWbj0T1BYyqP481kGGarKLG;System;System;system@localhost;;true;en;system;system
1;system;$2a$10$mE.qmcV0mFU5NcKh73TZx.z4ueI/.bDWbj0T1BYyqP481kGGarKLG;System;System;system@localhost;;true;en;system;system
2;anonymoususer;$2a$10$j8S5d7Sr7.8VTOYNviDPOeWX8KcYILUVJBsYV83Y5NtECayypx9lO;Anonymous;User;anonymous@localhost;;true;en;system;system
2;anonymoususer;$2a$10$j8S5d7Sr7.8VTOYNviDPOeWX8KcYILUVJBsYV83Y5NtECayypx9lO;Anonymous;User;anonymous@localhost;;true;en;system;system
3;admin;$2a$10$
gSAhZrxMllrbgj/kkK9UceBPpChGWJA7SYIb1Mqo.n5aNLq1/oRrC
;Administrator;Administrator;admin@localhost;;true;en;system;system
3;admin;$2a$10$
f3bajqkMQSr47/Nzq2sknuO6KTvXG.3BwJk4VryCBb7shnQv7QeG2
;Administrator;Administrator;admin@localhost;;true;en;system;system
4;user;$2a$10$
VEjxo0jq2YG9Rbk2HmX9S.k1uZBGYUHdUcid3g/vfiEl7lwWgOH/K
;User;User;user@localhost;;true;en;system;system
4;user;$2a$10$
WD76nMitzuppCxh5Wl97Hu5unAf2D1ZUedzq75FYf5XpCV8olobba
;User;User;user@localhost;;true;en;system;system
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment