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, when MD5Crypt is used.
I also check the databse entry and the hash from my password is there. It's begin with $1$. But somehow my password cannot be validated. Lionel 2015-03-16 9:08 GMT+01:00 Maxim Solodovnik <[email protected]>: > 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 enabled on server > and users must verify their email by "activating accounts" > > > [1] > https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/util/java/org/apache/openmeetings/util/crypt/MD5Implementation.java > [2] > https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/util/java/org/apache/openmeetings/util/crypt/MD5CryptImplementation.java > > On Sun, Mar 15, 2015 at 4:07 AM, Lionel Djeukam <[email protected]> > wrote: > >> In addition to my last question. >> What is the use of the feld "activatehash" in the databse? >> I remark that, this countain a value only for the administrator account >> and for the other users nothing. >> >> The think is, i want to store a salt for each user in the database and >> use it to generate may hash-value. >> >> >> 2015-03-14 21:28 GMT+01:00 Lionel Djeukam <[email protected]>: >> >>> Hello, >>> >>> please can you provide me the steps to add my own password encryption >>> class? >>> Procedure on http://openmeetings.apache.org/CustomCryptMechanism.html >>> to do so, is not clear for me. >>> >>> Thanks in advance. >>> >>> Lionel >>> >>> -- >>> >>> >> >> >> -- >> >> > > > -- > WBR > Maxim aka solomax > --
