| 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]
|
 |
 |
|
|
subject: help me for Login Page
|
|
|