Hello everyone, I’m implementing a Google login feature using the Social Login Reactive Forge component.
What I want to do is, after verifying the Google token, integrate it with the Users module to create a user and then use the User_Login function.
I’ve successfully completed the Google token verification and user creation parts, but I’m running into a problem with the User_Login step. Since the user doesn’t input a password, the User_Login server action, which requires a password, fails.
How can I properly implement the user login in this case?
Hi @Yongsu Lee ,
In this scenario you need to you systems Login Action instead of users Login action:
Check the above screenshot for reference.
https://success.outsystems.com/documentation/11/reference/outsystems_apis/system_actions/
Hope this helps.
Regards,
Manish Jawla