NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

<?xml version="1.0" encoding="utf-8"?>
<html>
<span style="font-size:medium;">
<strong>Applicable Releases:</strong> Up to caArray 2.x

<strong>Date entered:</strong> August 31, 2009

</span>

caArray Usage

questionDiv
question
Question: How to change caArray admin e-mail address after installation? questionEnd
Can I change the admin (caArray registration) e-mail address after installation?
I had tried to configure it in the JBOSS of caArray, however it did not seem to work.

questionDivEnd

<noinclude>
\ width="100%" style="border: solid 1px #A3B1BF; background: #F5FAFF" |

-

answer}}Answer:{{answerEnd

Yes, you can update the admin email address after caArray installation. The "To:" and "From:" email addresses can be updated in the MySQL DB. Here is the example SQL that will set both values:

update config_parameter set raw_value = 'sysadmin@mydomain.com' where param = 'REG_EMAIL_TO';
update config_parameter set raw_value = 'noreply@mydomain.com' where param = 'EMAIL_FROM';

Have a comment? Please leave your comment in caArray End User Forum

</html>

  • No labels