I have assign a user to a task and send a link to the user through email. But user want to enter his credentials to login. So do we have such provision that user can click on link and directly he should be logged in to tasklist?
@jonathan.lukas
Thanks for reply
You are saying this for the user once he is logged in.
I am talking about new user can we give him a link which contains the username and password of that user so he can directly log in if he clicks on that link
unfortunately, I do not know whether a feature like this is already implemented in the platform. Maybe @Ingo_Richtsmeier can provide some help here.
A possible workaround would be the implementation of a servlet that can use the parameters provided by a link in the mail to set the session to the correct user and then redirect him to the tasklist.
maybe this thread about SSO is of interest to you:
It describes a scenario similar to yours.
SSO itself might not be necessary for you, but it also describes how to modify the REST API and Webapps so you can use your own mechanism to log in users.
technically the user didn’t has to have any provision to complete a task. You can provide your own frontend to show and complete the task independently from the stored users in the database.