From cb59f41f26cb8ef591da3c9e4cc054beea84a891 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 1 Jul 2015 10:25:26 -0400 Subject: [PATCH] default password for dataverseAdmin is "admin" --- doc/sphinx-guides/source/installation/installation-main.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx-guides/source/installation/installation-main.rst b/doc/sphinx-guides/source/installation/installation-main.rst index b648263b58b..731395d5b2d 100755 --- a/doc/sphinx-guides/source/installation/installation-main.rst +++ b/doc/sphinx-guides/source/installation/installation-main.rst @@ -20,9 +20,9 @@ By default installer pre-sets the Admin credentials as follows: Position: Admin Email: dataverse@mailinator.com -Log in as the user dataverseAdmin and change these values to suit your installation. +Log in as the user dataverseAdmin with the password "admin" and change these values to suit your installation. -(Alteratively, you can modify the file ``dvinstall/data/user-admin.json`` in the installer bundle **before** you run the installer). +(Alteratively, you can modify the file ``dvinstall/data/user-admin.json`` in the installer bundle **before** you run the installer. The password is in ``dvinstall/setup-all.sh``, which references this JSON file.) Solr Configuration ++++++++++++++++++