can we customize the login failure attempts and the time of next login ?
Hello Deepak,
I think you will find everything you need to setup this here:
https://success.outsystems.com/Documentation/10/Managing_the_Applications_Lifecycle/Secure_the_Applications/Protection_against_Brute_Force_Attacks
Specially the last part:
The protection of OutSystems applications against brute force attacks is configurable. To change the behavior, proceed as follows:
Log in to Service Center;
Go to the Factory section and select the eSpaces option;
Search for the Users module and open the page with the details;
Select the Site Properties tab;
Configure the protection in the Site Properties described in the table below.
Cheers.
Is there any way to unblock user pragmatically. Because I need to give an admin panel to the my client to unblock users who has been blocked by exceeded maximum failure attempt. Is there any api outsystems provides ? to call from outsystems form.
I got the solution for this. There is public methods belongs to users module. ie. "User_Unblock" as show below.
There is two parameter need to pass "Username" and "IPAddress" ( non mandatory)
1. User_Unblock
2. User_GetBlockedStatus
We can get users blocked status by using this method...
Cool................................................
Hi Anas,
Nice you found the solution.
Please, next time open a new thread, as your question was a different question and new threads have more visibility.
Cheers