Re: Creating Users

2008-01-24 Thread Mac-Systems
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

Re: Creating Users

2008-01-24 Thread Jesse McConnell
as far as I know, that is an unrelated error that looks like an error out of some unit tests in a project that continuum is building. jesse On Jan 24, 2008 1:32 PM, Mac-Systems [EMAIL PROTECTED] wrote: Found the file and added this line: email.validation.required=false which results in:

Creating Users

2008-01-24 Thread Mac-Systems
Hello, 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.' We're using

Re: Creating Users

2008-01-24 Thread Wendy Smoak
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

Re: Creating Users

2008-01-24 Thread Mac-Systems
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

Re: Creating Users

2008-01-24 Thread Jesse McConnell
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]

Re: Creating Users

2008-01-24 Thread Mac-Systems
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 namemail/Session/name

Re: Creating Users

2008-01-24 Thread Jesse McConnell
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 --