Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

help me for Login Page

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello i am strut + ejb developer.

I want to integrate Jforum login page with my login page.

And registration page should not be there..

Means my application Registration page be a Registration for Jforum and My login page be a jforum login page...There is no issue with Registration just also insert value to jforum_user table nothing else...But what about Login Page...After my login user can access several links and forum is one of them..

So when cliking on forum it should directly open no authentication needed because it already authorised.

Thanx in Adv..
Joshi
[originally posted on jforum.net by joshi]
 
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
Jforum self registration can be turn off via a configuration parameter. (and the admin screens but not sure about that).

At a minimum, you will need to write a custom LoginAuthenticator to verify users from your application. More control can be obtained thru the SSO mechanisms and the DAO structure.

Search the forums for a lot of discussions about SSO, etc.
[originally posted on jforum.net by monroe]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic