Hi,
I'm migrating our Password Portal from Web Designer to Angular.In our current solution we use:
- GetLimitedSQLDataReader , to obtain password recovery options for a given user.
- QER_PasswordWeb_Authenticate to make an authentication via passcode.
- VI.DB.JobGeneration.JobGen.Generate to generate an event on a table
I'm making modifications (so far, so good) to qer-app-pwdportal. Could anyone give me a hint on how these former functions translate into the "Angular" version on the portal, or which options do I have as a replacement?
Thanks!