1/ Port 80 in Send an Invitation email ========================== I have tried 2 things and it did not work with client side ./modules/ invitation/inviteMainWindow.lzx and recompiling. Cleared my cache in Try #2.
try #1 change "var port = 80;" to "var port = 443;" try #2 deleted: +":"+port in line: parent.baseUrl = urlObject.protocol+"://"+urlObject.host +":"+port+urlObject.path+urlObject.file; new line is: urlObject.protocol+"://"+urlObject.host+urlObject.path +urlObject.file; In both trys, :80 shows up in the url in the email "Send an Invitation 2/ Send an Invitation Email coding in client side ===================================== When you set a password in Send an Invitation window, the email sent has no password. Where is the file that sends the Send an Invitation email? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en -~----------~----~----~----~------~----~------~--~---
