Skip to Content
Menu
This question has been flagged
1 Reply
1336 Views
hello, I am looking for a way to create a temporary user, i.e. on a specific date he loses access automatically
Avatar
Discard

"temporary user" is not a question. I have edited your post to make the title a question. In the future, please consider using a Question that can make it clear what you ask without requiring people to open your post, as this will often increase the chances people will respond and make everything clearer for others looking for the same answer.

Best Answer

you can make that with simple customization on (res.users) model by adding :

boolean field (is Temporary ? )

date field (specific date if is Temporary is True ) 
and then make automation action for check above parameters and make expired user  inactive  .

make sure you do this with a lot of test  

Avatar
Discard