NIHVIVO-2920 discuss upgrades to user accounts system.
This commit is contained in:
parent
2137af2798
commit
880cc32ebf
2 changed files with 208 additions and 11 deletions
|
@ -72,8 +72,8 @@ vitro.home.directory = /usr/local/vivo/data
|
|||
# the "Contact Us" form will be disabled and users will not be notified of
|
||||
# changes to their accounts.
|
||||
#
|
||||
email.smtpHost = smtp.my.domain.edu
|
||||
email.replyTo = vivoAdmin@my.domain.edu
|
||||
email.smtpHost = smtp.mydomain.edu
|
||||
email.replyTo = vivoAdmin@mydomain.edu
|
||||
|
||||
#
|
||||
# The basic parameters for a database connection. Change the end of the
|
||||
|
@ -110,7 +110,7 @@ VitroConnection.DataSource.validationQuery = SELECT 1
|
|||
# for this user is initially set to "rootPassword", but you will be asked to
|
||||
# change the password the first time you log in.
|
||||
#
|
||||
rootUser.emailAddress = root@myDomain.com
|
||||
rootUser.emailAddress = vivo_root@mydomain.edu
|
||||
|
||||
#
|
||||
# How is a logged-in user associated with a particular Individual? One way is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue