commit ffe823a112dfa5b3e81054e0ecfb7b933566ec1c
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Sat May 18 19:33:23 2024 -0400

    Restore new passwords
---
 farm/farmconfig.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/farm/farmconfig.php b/farm/farmconfig.php
index 464bf907..fd93cf86 100644
--- a/farm/farmconfig.php
+++ b/farm/farmconfig.php
@@ -34,10 +34,10 @@ include_once($FarmD.'/scripts/xlpage-utf-8.php');
 ## e.g. http://www.lyx.org/...?action=crypt
 #
 # CHR 2012-03-20: I regenerated encrypted passwords on the new server
-$DefaultPasswords['edit'] = '$1$JdM/pQWm$m34rd06MIc3E6qYSq6pgv0';
-#$DefaultPasswords['edit'] = 
'$2y$10$EfW6hOFNzOePkSvGShLiweIvA42g8OBq9SpLA1TLuc5YT87Ff6.lS';
-$DefaultPasswords['admin'] = '$1$uPRnDPcC$zXvHogNHHT7xov3ID0d1b0';
-#$DefaultPasswords['admin'] = 
'$2y$10$hflsQfoaMahlpwUTuk8FFOvcabJwRyrFt22NYYALu5u8GdTPn42NC';
+#$DefaultPasswords['edit'] = '$1$JdM/pQWm$m34rd06MIc3E6qYSq6pgv0';
+$DefaultPasswords['edit'] = 
'$2y$10$EfW6hOFNzOePkSvGShLiweIvA42g8OBq9SpLA1TLuc5YT87Ff6.lS';
+#$DefaultPasswords['admin'] = '$1$uPRnDPcC$zXvHogNHHT7xov3ID0d1b0';
+$DefaultPasswords['admin'] = 
'$2y$10$hflsQfoaMahlpwUTuk8FFOvcabJwRyrFt22NYYALu5u8GdTPn42NC';
 
 ##  If you want to use URLs of the form .../pmwiki.php/Group/PageName
 ##  instead of .../pmwiki.php?p=Group.PageName, try setting
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to