Override alfresco login Mechanism
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2018 05:36 AM
Hello,
i'm stuck 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.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2018 07:14 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 07:49 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2018 08:12 AM
Maybe this blog post?
Ramesh Chauhan: Behind the scenes of Alfresco Share Login page...
