Skip to content

Commit

Permalink
MID-9312: Fixed wrong message in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Jan 24, 2024
1 parent 5769795 commit 0f8bfcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WARNING: after first login to Administrator account change the password, or disa
[source, shell]
----
$ grep "Administrator initial password" var/log/midpoint.log <1>
2024-01-24 11:21:35,392 [] [main] WARN (com.evolveum.midpoint.init.DataImport): Initial administrator password (except double quotes): "Ec5s !f7a" <2>
2024-01-24 11:21:35,392 [] [main] WARN (com.evolveum.midpoint.init.DataImport): Administrator initial password (except double quotes): "Ec5s !f7a" <2>
----
<1> Searching logs using `grep` for initial password
<2> The initial password is `Ec5s !f7a` (you should copy it without leading and trailing qoutes)
Expand Down

0 comments on commit 0f8bfcc

Please sign in to comment.