• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

using JForum login system globally

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've think I've finished setting up a JForum on the site I'm building. The forum is located at www.uniq-vanguard.com/JForum for those interested. I used sitemesh to blend the forum into my site's L&F. The blending worked very well except for the fact that I have to disable it to access the admin console since sitemesh can't handle frames (anyone know a hack for this?). I also had to disable CAPTCHA since it was throwing the java.lang.reflect.InvocationTargetException error. Anywho, on to the question...

I haven't inspected the code to know for sure, but at first glance it seems to be a workable idea: can you use JForums login system as a global login/session system for an entire site, using whatever cookies and/or other session data JForum creates as part of the login process for other parts of the site? If so, can you manually add fields to the registration form? If not, how would an external user registration system access JForum? The point would be to allow the user to login to the main site, and then have the main site log them into the forum so that they would not have to keep up with multiple logins.

On another note, I'm still having an issue sending activation emails to users so I've temporarily disabled that aspect. Whenever I attempt to send a test mail from the admin console, I get an error even though the configuration seems to be correct. Does anyone know off the top of their head where this issue has been addressed so I can start getting some forward momentum on solving it?

Thanks in advance,
uniq
[originally posted on jforum.net by uniq]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look here:

http://www.jforum.net/confluence/display/integration/Overview

Rafael
[originally posted on jforum.net by Rafael Steil]
 
That's a very big dog. I think I want to go home now and hug this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic