Hello. Is there any way to get the password of a test user, in order to compare it to the information sent from a login form?
This only gives me methods for fullName, name, email. |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 22.10.2018 at 09:32
Seen: 1,591 times
Last updated: 24.10.2018 at 03:23
I'm not from Ivy team but I would answer no. And I would not use Axon.ivy if it could give back the user's password via its API.
in order to compare it to the information sent from a login form? . What's wrong with
ivy.session.loginSessionUser()
though?