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 <lio.djoma...@gmail.com> 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 <lio.djoma...@gmail.com>: > >> 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