Skip to content

Commit

Permalink
CB-4181. Remove default login password for admin (#2107)
Browse files Browse the repository at this point in the history
* CB-4181. Remove default login password for admin

* CB-4181. Revert logic for delete old admin

---------

Co-authored-by: Evgenia Bezborodova <[email protected]>
  • Loading branch information
DenisSinelnikov and EvgeniaBzzz authored Nov 8, 2023
1 parent 9fce0c8 commit 067f79d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import java.util.List;

class CBDatabaseInitialData {
private String adminName = "cbadmin";
private String adminPassword = "cbadmin20";
private String adminName;
private String adminPassword;
private List<SMTeam> teams;

public String getAdminName() {
Expand Down

0 comments on commit 067f79d

Please sign in to comment.