Invitation window

2015-03-16 Thread Steiner, Thorsten
Hi, by default the window to generate invitations pops up for every user who comes into a room. Is there a switch to disable that? I was looking for it but I couldn't find it. Mit freundlichem Gruß Thorsten Steiner

Re: labels are missing?

2015-03-16 Thread Maxim Solodovnik
Could you please translate the entire file? I would propose it to wicket devs :) On Mon, Mar 16, 2015 at 11:53 PM, Mark Lin wrote: > 1. > *en* - wicket-core/src/main/java/org/apache/wicket/Application.properties > 34 StringValidator.minimum=The value of '${label}' is shorter than the > minimu

Re: labels are missing?

2015-03-16 Thread Mark Lin
1. *en* - wicket-core/src/main/java/org/apache/wicket/Application.properties 34 StringValidator.minimum=The value of '${label}' is shorter than the minimum of ${minimum} characters. *ar* - wicket-core/src/main/java/org/apache/wicket/Application.properties 34 StringValidator.minimum=قيمة '${la

Re: labels are missing?

2015-03-16 Thread Maxim Solodovnik
This label is being taken from Apache Wicket framework we are using What version are you currently using? It seems like they don't have translation for AR locale :( [1] They do have translations for fa_IR (which is Farci IRAN) Maybe you can translate English version and propose it to Wicket? Or yo

labels are missing?

2015-03-16 Thread Mark Lin
Hello, are this label missing? ​

Re: Recording interface

2015-03-16 Thread Maxim Solodovnik
Please update to the latest release: 3.0.5 On Mon, Mar 16, 2015 at 9:30 PM, Valeri Dutchak wrote: > Hello. > I am using > Version3.0.0-RELEASERevision1573585Build date3-March-2014 > Never tried before the recording feature. Just tried and faced a problem > of interface. > JNLP file is opened wit

Recording interface

2015-03-16 Thread Valeri Dutchak
Hello. I am using Version3.0.0-RELEASERevision1573585Build date3-March-2014 Never tried before the recording feature. Just tried and faced a problem of interface. JNLP file is opened with Java, however, Pop-up window is showing #STUB# on every displayed element. No meaningful labels at all. How can

Re: Add own password encryption algorithm

2015-03-16 Thread Maxim Solodovnik
User.java WBR, Maxim (from mobile, sorry for the typos) On Mar 16, 2015 6:41 PM, "Lionel Djeukam" wrote: > okay thanks. > Please which file should i modify if i want to add a new field (or column) > to the table "om_user" during the installation of AOM? > > 2015-03-16 12:23 GMT+01:00 Maxim Solod

Re: Add own password encryption algorithm

2015-03-16 Thread Lionel Djeukam
okay thanks. Please which file should i modify if i want to add a new field (or column) to the table "om_user" during the installation of AOM? 2015-03-16 12:23 GMT+01:00 Maxim Solodovnik : > will try to check this ASAP > > On Mon, Mar 16, 2015 at 4:14 PM, Lionel Djeukam > wrote: > >> Hello Maxim

Re: Add own password encryption algorithm

2015-03-16 Thread Maxim Solodovnik
will try to check this ASAP On Mon, Mar 16, 2015 at 4:14 PM, Lionel Djeukam wrote: > Hello Maxim, > > thanks for the information. > I actually have reinstalled Openmeeting and chose MD5CryptImplementation > for the password-storage. > But after successfull installation, i can't logon with the ad

Re: Add own password encryption algorithm

2015-03-16 Thread Lionel Djeukam
Hello Maxim, thanks for the information. I actually have reinstalled Openmeeting and chose MD5CryptImplementation for the password-storage. But after successfull installation, i can't logon with the admin account. I made the test twice, so i think there is a problem with password verification, whe

Re: Add own password encryption algorithm

2015-03-16 Thread Maxim Solodovnik
Hello Lionel, I have updated documentation with "up to date names" There are currently 2 ready to use password encryption classes: 1) simple MD5: [1] 2) salted MD5 [2] in second case salt is stored in the password field using "$" delimiter activatehash is being used in case self registering is e