hoangduit / openmeetings

Automatically exported from code.google.com/p/openmeetings
0 stars 0 forks source link

Cannot Create New Users - Invalid Email #739

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have always had problems adding users from the login page, because it 
would always say that the email was invalid.  I could however add the user 
from the administrator interface.  Now, after updating to the then current 
r2018 source code release, I cannot add any user anywhere.  I continually 
get the invalid email warning.  Please advise.  Thanks.

Which version of OpenMeetings are you running?

r2018

In case its an UI Bug => Images say more then words! Please attach a 
Screen-Shot.

What's your operating system on client and server side?

openSuSe 11.1 - Server
Windows XP - Client

Is it a problem related to the client/usability or server-side?

Server-Side

Did you have any trace/debug output?

See Attached File.

To get the debug output of the client run the software in debug-modus
Debug modus of the client:
http://$RED5-HOME:$RED5-HTTPPORT/xmlcrm/maindebug.lzx.lzr=swf8.swf

for example for your local copy:
http://localhost:5080/xmlcrm/maindebug.lzx.lzr=swf8.swf

or see live example:
http://inno02.fh-pforzheim.de:8080/xmlcrm/maindebug.lzx.lzr=swf8.swf

Server side loging:
browser your Red5-Home directory. There's a log-file directory. On linux 
boxes you can run red5 using:
nohup ./red5.sh &
and debug output will be written to nohup.out

please attach any debug output to get a patch on time

Original issue reported on code.google.com by zukunfts...@gmail.com on 18 May 2009 at 9:36

Attachments:

GoogleCodeExporter commented 9 years ago
Have you configured smtp server in the openmeetings configuration panel?

Original comment by alexei.f...@gmail.com on 27 May 2009 at 3:49

GoogleCodeExporter commented 9 years ago
I ended up not having time to deal with the issue, since I needed to get it 
running.  I downgraded back to 0.8 RC2, and it worked again.  One thing I 
noticed, 
however, was that the database that the installation in question was using was 
not 
set up as UTF-8.  I do not know if that would have anything to do with it, but 
after 
downgrading and using the same settings, it worked.  Thanks.

Original comment by zukunfts...@gmail.com on 27 May 2009 at 4:03

GoogleCodeExporter commented 9 years ago
I am now using r2045, and I am not having a problem adding email address in the 
admin configuration.  When trying to add a user from the login page, however, I 
continue to receive the Invalid Email error.

Original comment by zukunfts...@gmail.com on 2 Jun 2009 at 6:55

GoogleCodeExporter commented 9 years ago
as alexei already commented => Have you configured smtp server? Also do not 
forget to
add a SMTP-Port!! 

Original comment by seba.wag...@gmail.com on 4 Jun 2009 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 30 Jun 2009 at 2:34

GoogleCodeExporter commented 9 years ago

FYI - I'm experiencing the same issue with users trying to register and it 
saying
invalid email. What I found in my postfix logs was that it's trying to connect 
using
TLS and is getting a handshake error.

Feb  9 10:37:41 zabbix postfix/smtpd[14931]: warning: TLS library problem:
14931:error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate
unknown:s3_pkt.c:1053:SSL alert number 46:

What I have yet to verify is if I can disable tls in openmeetings.

Original comment by elvar...@gmail.com on 9 Feb 2010 at 6:47

GoogleCodeExporter commented 9 years ago
Any solutions?

Original comment by samuli.r...@gmail.com on 3 Mar 2010 at 8:49

GoogleCodeExporter commented 9 years ago
why need email? can run at once?

Original comment by hcl...@gmail.com on 17 May 2010 at 3:14

GoogleCodeExporter commented 9 years ago
i have solve this problem by setting the configuration:
1. Go to Administration
2. click Configuration
3. click sendEmailAtRegister
4. set Value to 0
5. click save
6. click sendEmailWithVerificationCode
7. set value to 0
8. click save
that's all 
Now You can add more user (but this step will make your openmeeting unsecure 
cause if
a lot of user try to register to your openmeetings, it'll automatically 
accepted by
the openmeetings)

Original comment by onic141...@gmail.com on 27 May 2010 at 2:59

GoogleCodeExporter commented 9 years ago
I heaving the same trouble.

With the keys:
sendEmailAtRegister 1
sendEmailWithVerficationCode 0

When I try to register a user using "Not a member?" button the following 
message appears:
"Invalid email address" 

The key smtp_server is seted with the FQDN of localhost and the Postfix's logs 
don't show any connect attempts.

The output of debug is attached.

Original comment by jscmene...@gmail.com on 21 Jul 2010 at 7:53

Attachments:

GoogleCodeExporter commented 9 years ago
Solved!

I just set 25 to smtp_port key and now I can add users!!

[]'s

Original comment by jscmene...@gmail.com on 21 Jul 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Hi together,

yes the SMTP port has to be filld in with a value, the default value is just an 
example number.

For further discussion best place is to use the mailing list:
http://groups.google.com/group/openmeetings-user

Sebastian

Original comment by seba.wag...@gmail.com on 21 Jul 2010 at 9:33

GoogleCodeExporter commented 9 years ago
Hello, I am running version 1 vm and I have done EVERYTHING mail related in the 
configuration and STILL I get Invalid email. Pls help.

Original comment by watch...@gmail.com on 28 Jul 2010 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:03