This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JForum and the fly likes help me for Login Page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "help me for Login Page" Watch "help me for Login Page" New topic
Author

help me for Login Page

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
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

Joined: Apr 22, 2012
Posts: 17424
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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: help me for Login Page
 
Similar Threads
Context and root different
disable user authentication !!
Jforum integration problem with SSO
SSO one more time ;-)
How can we check whether a user is from Admin/Moderator/General category?