From 12310c54dd1146f80b96392a25238ec6e133a6ac Mon Sep 17 00:00:00 2001
From: Michael Lee <lee.5151@osu.edu>
Date: Wed, 8 Sep 2021 15:42:02 -0400
Subject: [PATCH] update simplesaml password

---
 config/simplesamlphp/config/config.php               | 2 +-
 vendor/simplesamlphp/simplesamlphp/config/config.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/simplesamlphp/config/config.php b/config/simplesamlphp/config/config.php
index 578d36b001..983b16986b 100644
--- a/config/simplesamlphp/config/config.php
+++ b/config/simplesamlphp/config/config.php
@@ -178,7 +178,7 @@
      * metadata listing and diagnostics pages.
      * You can also put a hash here; run "bin/pwgen.php" to generate one.
      */
-    'auth.adminpassword'		=> '{SSHA256}yHXAdrN05ejIPCKIaTeP3NUTzdagulmcRkgeEGY06gyl2ZLUlAGQsQ==',
+    'auth.adminpassword'		=> '$2y$10$gx0bk/XGl/Za/s70KMDLOeU9HjyPvNtiRvz6IvLlguUlmlk9WZm5i',
 
     /*
      * Set this options to true if you want to require administrator password to access the web interface
diff --git a/vendor/simplesamlphp/simplesamlphp/config/config.php b/vendor/simplesamlphp/simplesamlphp/config/config.php
index 578d36b001..983b16986b 100644
--- a/vendor/simplesamlphp/simplesamlphp/config/config.php
+++ b/vendor/simplesamlphp/simplesamlphp/config/config.php
@@ -178,7 +178,7 @@
      * metadata listing and diagnostics pages.
      * You can also put a hash here; run "bin/pwgen.php" to generate one.
      */
-    'auth.adminpassword'		=> '{SSHA256}yHXAdrN05ejIPCKIaTeP3NUTzdagulmcRkgeEGY06gyl2ZLUlAGQsQ==',
+    'auth.adminpassword'		=> '$2y$10$gx0bk/XGl/Za/s70KMDLOeU9HjyPvNtiRvz6IvLlguUlmlk9WZm5i',
 
     /*
      * Set this options to true if you want to require administrator password to access the web interface
-- 
GitLab