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. asked 22.10.2018 at 09:32 Adrian |
Hi No this is not possible even for Test Users. And would be a security issue if you could. For Test Users we use in our test environment (and only there) just the user name or user name and a prefix or postfix as password. answered 24.10.2018 at 02:56 Christian St... ♦ Got it.Thank you.
(24.10.2018 at 03:23)
Adrian
|
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,590 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?