cancel
Showing results for 
Search instead for 
Did you mean: 

Redirect site of user after login

josealbalat
Champ in-the-making
Champ in-the-making
Hola!

Tengo un problema, y es que no puedo redireccionar el sitio del ususario cuando me logeo, he modificado el archivo site-index.jsp de distintas maneras y no puedo.
Agradeceria que me ayudarais gracias.
—————————————————————————————————————————————–
Hello! I have a problem, and is that I can not redirect user where my site login, he modified the site in different ways and I can not index.jsp file. I would appreciate help me thank you.
3 REPLIES 3

alejandrogarcia
Champ in-the-making
Champ in-the-making
Jose,

Perhaps you should post your question in the corresponding Spanish forum. Take care when using Google Translator or similar, could induce into confusion.

There are some articles that talks about how to change the landing page like:

I don't know if you checked them before. I hope it helps.

Regards.

janaka1984
Star Contributor
Star Contributor
i created dashlet named dashlet A . 
In dashlet A,  there are multiple button. if some one click on button,  it should redirect to another dashlet  or other  site in alfreco.

i need to know how to do it. pls give solution with example

sanket
Champ on-the-rise
Champ on-the-rise
To redirect to another site in alfresco :
in your javascript file, the place where you have handled the click event of the button, add this code.
window.location = url;
The url should be like : http://localhost:8080/share/page/site/other_site_name/dashboard