Page 1 of 1

How to send username/password to registered users?

PostPosted:Thu Apr 16, 2009 5:09 am
by kunalashar
I\'ve added several users to my OpenKM system, along with their usernames and passwords. My system is not connected to LDAP.

Is there any way of automatically (or by email) notifying these users of their usernames and passwords, through OpenKM?

I don\'t want to manually send out individual emails each each user, with that user\'s credentials in it. I\'d rather that it happened through OpenKM.

Thanks in advance.

Re:How to send username/password to registered users?

PostPosted:Thu Apr 16, 2009 8:45 pm
by pavila
No this is not possible, but can be an interesting improvement.

Re:How to send username/password to registered users?

PostPosted:Fri Apr 17, 2009 6:45 am
by kunalashar
I need to put this functionality myself, for now I guess.

Where would I find the usernames and passwords stored? I\'ll write some kind of bean or adapter to perform CRUD operations on the username/password file.

Am I right in assuming that the usernames and passwords are stored in JBoss\'s HSQLDB? If so, where?

Thanks.

Re:How to send username/password to registered users?

PostPosted:Sun Apr 19, 2009 9:23 am
by pavila
You should see es.git.openkm.principal.PrincipalAdapter and their subclass. By default, OpenKM use DatabasePrincipalAdapter which make use of a JBoss\'s HSQLDB as you said.