
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, rel_3_14 has been updated via 7c41871b7ac2e054b8b1b4b924f095c62a940d00 (commit) from 610fe4eb4933bb84e3b5af2da58efff7e203b278 (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 7c41871b7ac2e054b8b1b4b924f095c62a940d00 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