diff --git a/doc/install.html b/doc/install.html index 206382bd..be4a53c4 100644 --- a/doc/install.html +++ b/doc/install.html @@ -412,19 +412,36 @@
If the startup was successful, you will see a welcome message
informing you that you have successfully installed VIVO. Click the "Log
- in" link near the upper right corner. Log in with the initialAdminUser
- username you set up in Step IV. The initial password for the initialAdminUser
- account is "defaultAdmin" (without the quotes). On first login, you
+ in" link near the upper right corner. Log in with the rootUser.emailAddress
+ you set up in Step IV. The initial password for the root
+ account is "rootPassword" (without the quotes). On first login, you
will be prompted to select a new password and verify it a second time.
@@ -745,7 +762,7 @@ "Contact Us" form)
If you have configured your application to use the "Contact Us"
- feature in Step IV (Vitro.smtpHost
), you will also need to
+ feature in Step IV (email.smtpHost
), you will also need to
add an email address to the VIVO application. This is the email
to which the contact form will submit. It can be a list server or an
individual's email address.
@@ -758,7 +775,7 @@
Email Address" and submit the change.
- If you set the Vitro.smtpHost
+ If you set the email.smtpHost
in Step IV and do NOT
provide an email address in this step, your users will receive a java
error in the interface.
@@ -945,7 +962,9 @@
In addition, VIVO will try to associate the user with a profile
page, so the user may edit his own profile data. VIVO will search the
data model for a person with a property that matches the User’s network
- ID. You need to tell VIVO what property should be used for matching.
+ ID
+ (the value of the property must be either a String literal or an untyped literal).
+ You need to tell VIVO what property should be used for matching.
Insert a line like this in the deploy.properties file:
selfEditing.idMatchingProperty = [the URI of the property]@@ -997,8 +1016,8 @@
initialAdminUser
- username you set up in Step IV. If this is your first time logging in,
+ the "Log in" link near the upper right corner. Log in with the rootUser.emailAddress
+ you set up in Step IV. If this is your first time logging in,
you will be prompted to change the password.