Hello ,

I currently use AxonIvy to create a workflow for users . I made a login screen with Name , Email and Password , but I need to set up the right conditions in order for the process not to go to the next step until the right password from the database is entered . Could you please help me with a script that I can correlate with the database password ?

Thank you , Anda

asked 01.04.2015 at 10:41

andachirita's gravatar image

andachirita
(suspended)
accept rate: 0%


If you use Axon.ivy User Management it is a very easy IvyScript:

boolean loginSuccessful = ivy.session.loginSessionUser("user_name", "password");
link

answered 08.04.2015 at 08:15

Christian%20Strebel's gravatar image

Christian St... ♦
3.2k31338
accept rate: 88%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×37

Asked: 01.04.2015 at 10:41

Seen: 1,986 times

Last updated: 08.04.2015 at 08:15