Permanent block

0
I want to persist block on accounts. I can see block is setting to false after some minutes. Is there any way where I can have a permanent block on accounts?
asked
1 answers
2

Block is used and maintained by the Mendix platform.  If you want to prevent a user of logging permanently, there is another attribute called Active.  If you uncheck that, the user won't have the ability to login.  Active will maintain the value you set it to.

image.png

answered