
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 7b18b3bd51fc72e1b4fba68391085c02d9b92bad (commit) from a97bbdc701b55da599bd1bdfb77122af8fec6545 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7b18b3bd51fc72e1b4fba68391085c02d9b92bad Author: Jason Boyer <> Date: Fri Feb 28 16:15:50 2025 -0500 LP#2068740 Followup - Leave admin account password alone in concerto Don't mess with the admin user's password when creating a concerto database. Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org> diff --git a/Open-ILS/tests/datasets/sql/concerto/load_all.sql b/Open-ILS/tests/datasets/sql/concerto/load_all.sql index 6078286d7f..2e37da3830 100644 --- a/Open-ILS/tests/datasets/sql/concerto/load_all.sql +++ b/Open-ILS/tests/datasets/sql/concerto/load_all.sql @@ -119,4 +119,4 @@ INSERT INTO biblio.record_entry (marc, last_xact_id) COMMIT; -SELECT actor.change_password(id,'demo123') FROM actor.usr; +SELECT actor.change_password(id, 'demo123') FROM actor.usr WHERE id > 1; ----------------------------------------------------------------------- Summary of changes: Open-ILS/tests/datasets/sql/concerto/load_all.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS