diff --git a/Lucienne/Main.hs b/Lucienne/Main.hs
--- a/Lucienne/Main.hs
+++ b/Lucienne/Main.hs
@@ -68,6 +68,6 @@
 addAdminAccountOnInit = do
   numUsers <- DB.countUsers
   when (0 == numUsers) $ do
-    lift $ putStrLn "Creating admin account: please change password immediately ..."
+    lift $ putStrLn "Creating admin account (admin:12345): please change password immediately ..."
     _ <- DB.addUser $ newUser "admin" "12345" True
     return ()
diff --git a/lucienne.cabal b/lucienne.cabal
--- a/lucienne.cabal
+++ b/lucienne.cabal
@@ -1,5 +1,5 @@
 Name:                lucienne
-Version:             0.0.1
+Version:             0.0.2
 Synopsis:            Server side feed aggregator/reader
 License:             GPL
 License-file:        LICENSE
