This tutorial demonstrates how to override the default Alfresco Share sign in page.
Surf applications can define a sign in page by configuring the login page-type mapping to reference a specific Page object. In Share this definition can be found in the surf.xml configuration file which sets the login page-type to map to the slingshot-login page.
Note: You might find that you are logged in automatically without
being prompted for user name and password. This is because your validation might be
cached in cookies. To resolve this simply remove cookies for your localhost and
attempt to access http://localhost:8080/share again. This time you
will see your custom login page.
The new sign in page will be displayed.