cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Labs 3 / Share login

tomcat
Champ in-the-making
Champ in-the-making
Hi,

I have installed Alfresco Labs 3 and followed all the instructions found here: http://wiki.alfresco.com/wiki/Installing_Labs_3 but when I try to login to the share using "admin" as the username and passworld like it says here: http://wiki.alfresco.com/wiki/Installing_Labs_3#Starting_the_web_client then I just get this error:

Failed to Login
The remote server may be unavailable or your authentication details have not been recognised.

Anyone know the right username/password combo or what the problem could be?
54 REPLIES 54

chandu7ee
Champ in-the-making
Champ in-the-making
I need two different login pages for same instance, is it possible to access same instance using that 2 login pages. if yes how it may be.
How would you decide which login page to show?

Put that logic in the slingshot-login.ftl and you've got your two login pages.

Thanks,
Mike


can you give any idea for my requirement , i have gone through the slingshot-login.ftl, but don't know where  i need to make changes.

mikeh
Star Contributor
Star Contributor
can you give any idea for my requirement , i have gone through the slingshot-login.ftl, but don't know where  i need to make changes.
I don't know what your requirement is… how are you deciding which login page to show??

Thanks,
Mike

chandu7ee
Champ in-the-making
Champ in-the-making
My requirement is to use different login pages for same instance, with different urls.

for example

with first url i need to open one customized login page and with second url i want to open another customized login page

but i want to use same instance for both login pages. just login pages should be different.

mikeh
Star Contributor
Star Contributor
You'd still need some logic in the application. Consider when someone bookmarks a Share page. We redirect to THE slingshot-login page template. In that case, unless you inserted logic to decide which version of the login page to show, your users would see different login pages depending on how they arrived. That sounds pretty confusing for the users.

Thanks,
Mike

unknown-user
Champ on-the-rise
Champ on-the-rise
Were you able to implement multiple login pages? Can you please share how you implemented it?

We need to have two login pages, one for external users and other for internal users. External user will go through an additional step of authentication and internal users will use the out of the box mechanism.

Customizing slingshot-login.ftl and having the logic to determine the login page is the way to go?