cancel
Showing results for 
Search instead for 
Did you mean: 

Hello All - Create a custom login page?

himansu123
Champ in-the-making
Champ in-the-making

I am new in Alfresco .I want to use Alfresco in my project.i want to create a custom login page and  do operation on basis of roles.Please share any link or document to do this operation .

Thanks & Regards

Himansu Sekhar Rath

17 REPLIES 17

kaynezhang
World-Class Innovator
World-Class Innovator

It depends on what your application is:
     If you want to use share ,and do some customization ,please refer to https://community.alfresco.com/docs/DOC-5878-share-custom-pages
    If you want to implement a custom application ,you can use apache chemistry opencmis library to access alfresco repository.

Thanks kayne ..

Hello kayne ,

how to add css ,js files to my custom login page ..?

kaynezhang
World-Class Innovator
World-Class Innovator

I'm sorry ,I'm still not clear about what you want to do.

If you want to override  share login page,please refer to http://docs.alfresco.com/4.1/tasks/tutorial-share-override-login-page.html

If not, how to add css and js depends on technology you use.

I created a custom login page and now i want to add my css and js file ..how i will add means in which location i need to put this files ...?

kalpesh_c2
Star Collaborator
Star Collaborator

Hi Himansu,

If you want to create your custom login in Alfresco then please refer this link http://docs.alfresco.com/5.1/tasks/dev-extensions-share-tutorials-override-login-page.html  and

Video Link : 1101

and If you want to understand how login page works then http://www.ecmtree.com/2016/03/behind-scenes-of-alfresco-share-login.html          

To change the default roles and permissions, you can make changes in the file permissionDefinitions.xml visit this http://docs.alfresco.com/5.1/concepts/secur-permissions.html.

Let me know if you have any further query on this.

Thank You,

Kalpesh

ContCentric

Thanks Kalpesh ..

i want to use both spring and Alfresco  , while creating a new project  i am getting 3 options like AMP project ,Share project or Allinone project  ,then among them which one i need to select ..?

Actually my requirement is from a custom login page i need to login and then i need to maintain a workflow step by step.

my skypee Id :HimansuSekhar.Rath     emailId-himansurath18@gmail.com

please share some information with me ..

Hi Himansu,

If you want to create custom login only, then only share-project is enough. But if you want to make
customization in repository side (in your case workflow customization) also then you need all-in-one project.

You can do customization in share as well as in repository by All-in-one artifact.

Thank You,

Kalpesh

ContCentric

Thanks ,

Can you please share any document or link for custom login ..?

How we read the input values from the login page ..