r2 - 17 Apr 2008 - 08:23:35 - TravisVachonYou are here: OSAF >  Documentation Web  >  CosmoAdministrator > CosmoAccountActivation

Cosmo Account Activation via Email

Account activation via email is turned off by default. To turn it on:

  1. Edit $OSAFSRV_HOME/etc/cosmo.properties and change the property cosmo.service.account.requireActivation to true.
  2. Edit $OSAFSRV_HOME/tomcat/conf/Catalina/localhost/chandler.xml and configure the osafsrv/mail resource to point to your SMTP server. For more information on configuring this resource, please see the JavaMail Sessions section of Tomcat's JNDI Resources How-To.

Default osafsrv/mail configuration:

    <Resource name="osafsrv/mail"
              type="javax.mail.Session"
              mail.transport.protocol="smtp"
              mail.smtp.host="localhost"
              mail.smtps.host="localhost"
              mail.smtp.starttls.enable="false"/>
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Open Source Applications Foundation
Except where otherwise noted, this site and its content are licensed by OSAF under an Creative Commons License, Attribution Only 3.0.
See list of page contributors for attributions.