Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to reset user password in java code?

i am creating forget password functionality . so i used admin credentials to update user password .so i am using serviceRegistry.getAuthenticationService().setAuthentication(userName, char [] password); to update the password.but its not updating 

dharmraj by Confirmed Champ
  • 6205 Views
  • 4 replies
  • 0 kudos

Why no document to the new version 7.x?

Opening https://www.activiti.org/documentation, on the top, 7.0, the "Developer Gruide" and "Getting Started" all go to the same page, useless in fact, no document. If there isn't document, how the user starting to learn?

colorice by Champ in-the-making
  • 2528 Views
  • 0 replies
  • 1 kudos

How to get repo URL from Alfresco Javascript?

Hello,Is there a way to receive a URL path for Alfresco repository from JavaScript (browser console) ?I know I can get easily share URL by calling:Alfresco.constants.PROXY_URIBut i did not find similar node for repo url..Regards,Mike

upforsin by Star Collaborator
  • 9959 Views
  • 5 replies
  • 2 kudos

Question about execution local variables

Assuming I have a process like this:Both sub processes have parallel cardinality. I wanted to set an execution local variable in the outer script task and be able to get that variable in the inner script task; so that every inner sub process would ha...

ghasemi by Champ in-the-making
  • 2503 Views
  • 0 replies
  • 0 kudos

File Upload Limit through openCMIS

I am trting to upload a docx file of 50MB into alfresco repository using a python script that leveraging on opencmis library however, I am getting an error that connection was closed. I have attached the python scipt and the document. The error log i...

by Not applicable
  • 4618 Views
  • 1 replies
  • 0 kudos

Resolved! Alfresco 6 Deploy jar

I have installed alfresco 6 using docker and its working.I have made some customization and I want to deploy that as jar in alfresco.How can I deploy that?

Resolved! How to connect Alfresco repo to Windows Explorer?

Hello,I would like to add files to Alfresco from Windows Explorer. Is there any way to achieve that?I tried mapping to localhost:8080/alfresco/aos but it does not work.A lot of docs says it is possible but none says how to achieve that..I am using Al...

upforsin by Star Collaborator
  • 15908 Views
  • 5 replies
  • 2 kudos

AlfrescoApiService createAssociation()

Has anyone used createAssociation() from the alfresco api service?I've implemented the alfresco api service as described here https://www.alfresco.com/abn/adf/docs/core/services/alfresco-api.service/let api: any = this.alfrescoApiService.getInstance(...