3 messages in org.apache.james.server-userRe: Adding users through JSP
FromSent OnAttachments
Deso KuleApr 29, 2005 9:40 pm 
apa...@bago.orgMay 2, 2005 2:02 am 
Sujit JagdevJun 1, 2005 2:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Adding users through JSPActions...
From:apa...@bago.org (apa@bago.org)
Date:May 2, 2005 2:02:00 am
List:org.apache.james.server-user

Is there a way to add users directely through a web page. For example, using JSP or other server side languages for that matter, to add a user who has just registered online, and have their mailbox automatically availlable. By "automatically" I mean that I wouldn't have to "manually" telnet through the command line or other programs to add the user.

If you are on the same host as the server you probably can write directly in the user db.

If you use a JDBCUserRepository you can even use the same jdbc query you find in sqlResources.xml

Stefano