[glom/mysql] Revert unwanted change



commit e3856775e4e779908c84513cc655533cd040c7c6
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jan 3 21:09:17 2013 +0100

    Revert unwanted change

 glom/libglom/privs.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/libglom/privs.cc b/glom/libglom/privs.cc
index 5f475ef..a41a76a 100644
--- a/glom/libglom/privs.cc
+++ b/glom/libglom/privs.cc
@@ -92,7 +92,7 @@ bool Privs::get_developer_user_exists_with_password(Document::HostingMode hostin
 
 Glib::ustring Privs::get_default_developer_user_name(Glib::ustring& password, Document::HostingMode hosting_mode)
 {
-  password = "testpw";
+  password = "glom_default_developer_password";
 
   if((hosting_mode == Document::HOSTING_MODE_MYSQL_CENTRAL) ||
    (hosting_mode == Document::HOSTING_MODE_MYSQL_SELF))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]