[size=9][color=darkblue]Hi,
I am trying to integrate Jforum with our exisitng webapp. I have managed to get it working from within our webapp. I am now trying to add to net.jforum.view.forum.UserAction class so that when a user registers with the webapp they are automatically registered with JForum. I added the method "insertSaveAutoReg" which is similar to insertSave except that I ignore all captcha checks. this is because I want to register a user by providing just the username, password and email.
The insertSaveAutoReg method:
I added the following methods to the net.jforum.dao.generic.GenericUserDAO class
I have also added the following to WEB-INF\config\database\generic\generic_queries.sql
I wrote a
test block to test this method:
This fails because DataAccessDriver.getInstance returns null.
I appreciate it if you guys can help.
Thanks in advance.
Profi[/size] [/color]
[originally posted on jforum.net by Proficianado]