Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 731c88e8

Přidáno uživatelem Jakub Šmíd před asi 2 roky(ů)

Changed password, email and name for ADMIN

re #9756

Zobrazit rozdíly:

backend/src/main/java/cz/zcu/kiv/backendapi/config/DataInitiator.java
60 60
        titlePageService.updateTitlePage(new TitlePage(1L, ""));
61 61
        sourcesService.updateSources(new Sources(1L, ""));
62 62

  
63
        UserEntity user1 = new UserEntity("admin", "admin", encoder.encode("password"), (byte) 7, true);
63
        UserEntity user1 = new UserEntity("Kateřina Šašková", "katerina.saskova@gmail.com", "$2a$10$nTJORZk6Ik.d19SlAY1UAuPPVgIwOufmWnIMx07CjqY5VKVlCpxsu", (byte) 7, true);
64 64
        userRepository.save(user1);
65 65

  
66 66
        UserEntity user2 = new UserEntity("normal", "normal", encoder.encode("password"), (byte) 1, false);

Také k dispozici: Unified diff