Found the file and added this line:
email.validation.required=false

which results in:

Unable to initialize TldLocationsCache: XML parsing error on file 
/WEB-INF/working-directory/19/displaytag-1.1/src/test/resources/classes/META-INF/displaytag.tld:
 (line 1, col 1)


- Jens


no, in the 'security.properties' file in your .m2/ directory, or the
security.properties file in your continuum installation

jesse

On Jan 24, 2008 1:01 PM, Mac-Systems <[EMAIL PROTECTED]> wrote:

Hello,

you mean the property is located in this file ?

continuum-1.1/conf/plexus.xml

<--

     <configuration>
       <resources>
         <!-- START SNIPPET: mail -->
         <!--
              Mail Session

              Angepasst
         -->
         <resource>
           <name>mail/Session</name>
           <type>javax.mail.Session</type>
           <properties>
             <property>
               <name>mail.smtp.host</name>
               <value>aCompany.de</value>
             </property>
             <property>
               <name>mail.smtp.port</name>
               <value>25</value>
             </property>

             <!--
             <property>
               <name>mail.smtp.auth</name>
               <value>true</value>
             </property>
             <property>
               <name>mail.smtp.user</name>
               <value>your_login</value>

-->


- Jens


http://redback.codehaus.org/configuration.html

email.validation.required=true

   - If all email addresses (from new user registration) require an
   account validation email.

set that to false in the security.properties file.

jesse


On Jan 24, 2008 12:32 PM, Mac-Systems <[EMAIL PROTECTED]>
wrote:
Hello,

how to turn off the validation via email ?

-Jens



On Jan 24, 2008 9:02 AM, Mac-Systems <[EMAIL PROTECTED]>
wrote:

today i run into following Problem. Me as Continuum Admin wanted to
create a new User lets say:
User: Testuser
PS:    Testuser77

when i log out as Admin and try to log in as Testuser i always get
something like
'You have entered an incorrect username and/or password.'


It's a known issue with users that are created vs. self-registered.

http://jira.codehaus.org/browse/CONTINUUM-1611

To work around it, you can use the 'Resend Validation' button, update
the database directly to set the 'validated' bit, or just turn off the
requirement for email validation altogether.







Reply via email to