Skip to content

Commit

Permalink
Remove non-test users
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoungestguy committed Oct 26, 2024
1 parent a18d627 commit ce43fe6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/config/liquibase/data/user.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
id;login;password_hash;first_name;last_name;email;image_url;activated;lang_key;created_by;last_modified_by
1;admin;$2a$10$gSAhZrxMllrbgj/kkK9UceBPpChGWJA7SYIb1Mqo.n5aNLq1/oRrC;Administrator;Administrator;admin@gmail.com;;true;en;system;system
2;user;$2a$10$VEjxo0jq2YG9Rbk2HmX9S.k1uZBGYUHdUcid3g/vfiEl7lwWgOH/K;User;User;user@gmail.com;;true;en;system;system
3;jane.admin;$2a$10$gSAhZrxMllrbgj/kkK9UceBPpChGWJA7SYIb1Mqo.n5aNLq1/oRrC;Jane;Pearson;jane@email.com;;true;en;system;system
4;donna.user;$2a$10$VEjxo0jq2YG9Rbk2HmX9S.k1uZBGYUHdUcid3g/vfiEl7lwWgOH/K;Donna;Hardman;donna@email.com;;true;en;system;system

0 comments on commit ce43fe6

Please sign in to comment.