Skip to content

Commit

Permalink
Revert users initialization to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
gkysaad committed Aug 23, 2021
1 parent d4990a2 commit 561e5f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -3,11 +3,11 @@
<%_ if (!authenticationTypeOauth2) { _%>
"password": "$2a$10$gSAhZrxMllrbgj/kkK9UceBPpChGWJA7SYIb1Mqo.n5aNLq1/oRrC",
<% } %>
"firstName": "Administrator",
"lastName": "Administrator",
"first_name": "Administrator",
"last_name": "Administrator",
"email": "admin@localhost",
"activated": true,
"langKey": "<%= nativeLanguage %>",
"lang_key": "<%= nativeLanguage %>",
"created_by": "system",
"last_modified_by": "system",
"authorities": [
Expand Down
Expand Up @@ -3,11 +3,11 @@
<%_ if (!authenticationTypeOauth2) { _%>
"password": "$2a$10$VEjxo0jq2YG9Rbk2HmX9S.k1uZBGYUHdUcid3g/vfiEl7lwWgOH/K",
<% } %>
"firstName": "User",
"lastName": "User",
"first_name": "User",
"last_name": "User",
"email": "user@localhost",
"activated": true,
"langKey": "<%= nativeLanguage %>",
"lang_key": "<%= nativeLanguage %>",
"created_by": "system",
"last_modified_by": "system",
"authorities": [
Expand Down

0 comments on commit 561e5f3

Please sign in to comment.