31
Views
2
Comments
Sending email temporary password

I have a question can be possible to implement sending a temporary password to the email with username and how to implement that on reactive.

Regards, 

Reuben

2022-12-30 09-46-57
Deepika Patel

Hi Reuben,

Steps:

  1. Server Action Logic
    1. Input Parameters:

      • Email/Username.
      • Local Variable(Text datatype): TemporaryPassword = Username + GeneratePassword(6,False)
      • Output parameter: Password = TemporaryPassword 
  2. Call the server action for password. 

Hope this helps!

Regards,

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.