ban user when enter wrong password

1
0
-1

Is it possible to ban a user who enters wrong password for example for one minute when he or she wants to log in the Bonita portal? In another word, I want to record the list of users that are access to Bonita portal. for security reason when a user enters wrong password three times, I put it in forbidden list. How can I do it?

thanks in advance.

4 answers

1
0
-1

Have you found a solution to this yet? If so, I'd love to hear

how to clean cast iron grill pan

1
0
-1

As far as I know, you should create your own code and only then you'll be able to make things like you want. AuthenticationManager allows you to provide your own coding, so if that's an option for you, you can try that. What is the point to record the list of users? Can't get it still. Sorry.

Will
Will's page - math homework online formulas and codes for IT

1
0
-1

Hi,
there is an option to implement such logic by providing your own implementation of AuthenticationManager. With this option you don't need to recompile whole sources.

But such implementation won't be trivial because AuthenticationManager implementation is executed before username and password is validated (so you don't know if it's correct or not) - take a look at http://documentation.bonitasoft.com/?page=user-authentication-overview

Best regards.

1
0
-1

There is no method of doing this within the product that I know of, either in Community or subscription.

You will have to download the source, add your own code and then compile it.

Good idea though, maybe you can add it to the Ideas page (ignore the invalid posts, Bonitasoft know about them and are fixing it),

regards
Seán

PS: While I understand this may not be the answer you are looking for it does answer your question, please mark as resolved by ticking the tick mark on the left of this reply so others now it is closed.

Notifications