-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dynamically generate password hash
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ SET row_security = off; | |
-- | ||
|
||
COPY public."user" (id, uuid, username, password_hash, email, verified, stripe_id, organization, robot, invoice_email, invalid_login_attempts, last_invalid_login, removed_tag_expiration_s, enabled, invoice_email_address, company, family_name, given_name, location, maximum_queued_builds_count, creation_date, last_accessed) FROM stdin; | ||
1 781bf4e3-2458-4b6a-9137-e80ea516be1d microshift $2b$12$aBToatOQeemO4IVB5/lhXOUk3J3iRZaLOpTB9RAho.JLOjnPWdquO microshift@redhat.com t \N f f f 0 2024-12-30 11:40:06.096595 1209600 t \N \N \N \N \N \N 2024-12-30 11:40:06.096597 \N | ||
1 781bf4e3-2458-4b6a-9137-e80ea516be1d microshift $MICROSHIFT_PASSWORD_HASH [email protected] t \N f f f 0 2024-12-30 11:40:06.096595 1209600 t \N \N \N \N \N \N 2024-12-30 11:40:06.096597 \N | ||
\. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters