cancel
Showing results for 
Search instead for 
Did you mean: 

Override alfresco login Mechanism

laridev
Champ on-the-rise
Champ on-the-rise

Hello,

i'm stuck Smiley Sad please Help Me , i trying to add Feature to alfresco login , my company gave me the task of adding this "if a user try to login and failed for 3 times his account will be disable until the admin enable his account" so what

i'm trying is :

  • to override the login controller but i didn't find it .
  • to understand how can i do this i want to know how java class connect to share page (login)

thank you.

3 REPLIES 3

douglascrp
World-Class Innovator
World-Class Innovator

Hello.

That is one of the features available out of the box, as you can see at Mitigating brute force attack on user passwords | Alfresco Documentation 

Try it first before trying to implement your own solution.

Hello, 

thank you  i really appreciate your answer but its not the case what i want to do is intercept the /dologin this means i want to create my own login controller but how if there a tutorial that show how to handle a post request