You've entered an unknown username or password, I can't login

cancel
Showing results for 
Search instead for 
Did you mean: 
xavierjose
Member II

You've entered an unknown username or password, I can't login

I can't log in, in alfresco content services, I'm putting in the default credentials, but I can't authenticate,
I'm in the development environment, I simply get this error: You've entered an unknown username or password.
I followed all requirements and guidelines in the documentation: https://www.alfresco.com/abn/adf/docs/tutorials/creating-your-first-adf-application/

Captura de ecrã de 2023-10-10 11-41-43.png

1 Reply
abhinavmishra14
Advanced

Re: You've entered an unknown username or password, I can't login

To start with, Couple of things to check in this case: 

1- Make sure repository is up and running. You can check by logging in to the repository: 

http://localhost:8080/alfreso/service/index

provide default credentials as you are using. Generally default is admin:admin

2-  if your 1st step is successful , then  Make sure you have right config to connect to repository host 

e.g. https://github.com/Alfresco/alfresco-content-app/blob/develop/app/src/app.config.json#L3

3- If your 1st failed to login, check the alfresco.log, Catalina.out logs to see if you can observe any errors.

~Abhinav
(ACSCE, AWS SAA, Azure Admin)