Skip to content

Commit

Permalink
Mention need for config edit for root/masterpw login (geoserver#7449)
Browse files Browse the repository at this point in the history
* Mention need for config edit for root/masterpw login

* Update src/main/src/main/java/org/geoserver/security/GeoServerSecurityManager.java

---------

Co-authored-by: Jody Garnett <jody.garnett@gmail.com>
  • Loading branch information
kannes and jodygarnett authored Mar 3, 2024
1 parent ea3c1d1 commit 255616c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,9 @@ void writeMasterPasswordInfo(Resource file, String message, char[] masterPasswor
w.write("Test the master password by logging in as user \"root\"");
w.newLine();
w.newLine();
w.write("Note: To test 'Login with the master password' setting must be enabled for Master Password Provider.");
w.newLine();
w.newLine();
w.write("This file should be removed after reading !!!.");
w.newLine();
}
Expand Down

0 comments on commit 255616c

Please sign in to comment.