You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Jana Parvanova <ja...@sirma.bg> on 2003/05/15 15:02:36 UTC

Initial Login Screen

Hello,

I am a beginner to JetSpeed so I hope this is a simple question that I have.
I would like to make the Login screen initial page for not looged (anon) users.
Currently I have added a Login portlet to the user/anon/default.psml. But if login is not successful, the Login screen is loaded. I do not want to support both a screen and a portlet. :(
(I set service.TemplateLocator.portlet.global.search = true in the properties file so that the screens directory would be searched, too - but nothing happened.)

Is there a way just to load the Login screen straight from the beginning?

Any help is appreciated!

Jana Parvanova
Sirma Solutions (www.sirmasolutions.com)

RE: Initial Login Screen

Posted by Asif Jan <as...@cern.ch>.
Hi
I think if you look at how
RunData and User objects are used in Jetspeed you might find some useful
hints .

I have not used screens from PSML and dont know if they can work or not

Thanks
Asif

-----Original Message-----
From: Jana Parvanova [mailto:jana.parvanova@sirma.bg]
Sent: Friday, May 16, 2003 10:40 AM
To: Jetspeed Users List
Subject: Re: Initial Login Screen


Thank you, Asif!
It seems palying with screen.homepage, screen.login etc in TurbineResources
helped indeed.

I am just curious how screens are to be dealt with.
For example, can I execute a screen from a user's PSML?



----- Original Message -----
From: "Asif Jan" <as...@cern.ch>
To: "Jetspeed Users List" <je...@jakarta.apache.org>
Sent: Friday, May 16, 2003 9:46 AM
Subject: RE: Initial Login Screen


> Hi
> If you set
> screen.homepage property in TurbineResources then this shall probably
work.
>
> If you intent making a custom login in screen say
> mylogin.vm/jsp
>
> then copy it to templates/vm/screens/html OR templates/jsp/screens/html
> directories depending upon whether you are using JSP or Velocity
>
> Hope this helps
> Asif
>
> -----Original Message-----
> From: Jana Parvanova [mailto:jana.parvanova@sirma.bg]
> Sent: Thursday, May 15, 2003 3:03 PM
> To: jetspeed-user@jakarta.apache.org
> Subject: Initial Login Screen
>
>
> Hello,
>
> I am a beginner to JetSpeed so I hope this is a simple question that I
have.
> I would like to make the Login screen initial page for not looged (anon)
> users.
> Currently I have added a Login portlet to the user/anon/default.psml. But
if
> login is not successful, the Login screen is loaded. I do not want to
> support both a screen and a portlet. :(
> (I set service.TemplateLocator.portlet.global.search = true in the
> properties file so that the screens directory would be searched, too - but
> nothing happened.)
>
> Is there a way just to load the Login screen straight from the beginning?
>
> Any help is appreciated!
>
> Jana Parvanova
> Sirma Solutions (www.sirmasolutions.com)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Initial Login Screen

Posted by Jana Parvanova <ja...@sirma.bg>.
Thank you, Asif!
It seems palying with screen.homepage, screen.login etc in TurbineResources
helped indeed.

I am just curious how screens are to be dealt with.
For example, can I execute a screen from a user's PSML?



----- Original Message -----
From: "Asif Jan" <as...@cern.ch>
To: "Jetspeed Users List" <je...@jakarta.apache.org>
Sent: Friday, May 16, 2003 9:46 AM
Subject: RE: Initial Login Screen


> Hi
> If you set
> screen.homepage property in TurbineResources then this shall probably
work.
>
> If you intent making a custom login in screen say
> mylogin.vm/jsp
>
> then copy it to templates/vm/screens/html OR templates/jsp/screens/html
> directories depending upon whether you are using JSP or Velocity
>
> Hope this helps
> Asif
>
> -----Original Message-----
> From: Jana Parvanova [mailto:jana.parvanova@sirma.bg]
> Sent: Thursday, May 15, 2003 3:03 PM
> To: jetspeed-user@jakarta.apache.org
> Subject: Initial Login Screen
>
>
> Hello,
>
> I am a beginner to JetSpeed so I hope this is a simple question that I
have.
> I would like to make the Login screen initial page for not looged (anon)
> users.
> Currently I have added a Login portlet to the user/anon/default.psml. But
if
> login is not successful, the Login screen is loaded. I do not want to
> support both a screen and a portlet. :(
> (I set service.TemplateLocator.portlet.global.search = true in the
> properties file so that the screens directory would be searched, too - but
> nothing happened.)
>
> Is there a way just to load the Login screen straight from the beginning?
>
> Any help is appreciated!
>
> Jana Parvanova
> Sirma Solutions (www.sirmasolutions.com)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RE: Initial Login Screen

Posted by Asif Jan <as...@cern.ch>.
Hi
If you set
screen.homepage property in TurbineResources then this shall probably work.

If you intent making a custom login in screen say
mylogin.vm/jsp

then copy it to templates/vm/screens/html OR templates/jsp/screens/html
directories depending upon whether you are using JSP or Velocity

Hope this helps
Asif

-----Original Message-----
From: Jana Parvanova [mailto:jana.parvanova@sirma.bg]
Sent: Thursday, May 15, 2003 3:03 PM
To: jetspeed-user@jakarta.apache.org
Subject: Initial Login Screen


Hello,

I am a beginner to JetSpeed so I hope this is a simple question that I have.
I would like to make the Login screen initial page for not looged (anon)
users.
Currently I have added a Login portlet to the user/anon/default.psml. But if
login is not successful, the Login screen is loaded. I do not want to
support both a screen and a portlet. :(
(I set service.TemplateLocator.portlet.global.search = true in the
properties file so that the screens directory would be searched, too - but
nothing happened.)

Is there a way just to load the Login screen straight from the beginning?

Any help is appreciated!

Jana Parvanova
Sirma Solutions (www.sirmasolutions.com)


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org