mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Update password hashes.
This commit is contained in:
parent
72065d0a09
commit
c6b9682296
3 changed files with 3 additions and 3 deletions
|
|
@ -104,4 +104,4 @@ end;
|
|||
|
||||
$$
|
||||
|
||||
insert into account (username, password, is_admin) values ('admin', '$2a$10$jsVC1XMAIIQtL0On8twztOmAr20YTVcsd4.yJncKspEwsBkeq6VFW', true);
|
||||
insert into account (username, password, is_admin) values ('admin', '$2b$10$BUli0c.muyCW1ErNJc3jL.vFRFtFJWrT8/GcR4A.sUdCznaXiqFXa', true);
|
||||
Loading…
Add table
Add a link
Reference in a new issue