NIH | National Cancer Institute | NCI Wiki  

WIKI MAINTENANCE NOTICE

Please be advised that NCI Wiki will be undergoing maintenance on Thursday, May 23rd between 1200 ET and 1300 ET.
Wiki will remain available, but users may experience screen refreshes or HTTP 502 errors during the maintenance period. If you encounter these errors, wait 1-2 minutes, then refresh your page.

If you have any questions or concerns, please contact the CBIIT Atlassian Management Team.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Scrollbar
iconsfalse

Question: How do I change the caArray admin e-mail address after installation?

Topic: caArray Usage

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

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

</span>

caArray Usage

...

Details about the Question

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

...

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:

Panelcode

 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 the caArray End User Forum</html>.

Scrollbar
iconsfalse