Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • FIRST_NAME 
  • MIDDLE_NAME
  • LAST_NAME
  • DATE_OF_BIRTH
  • LOGIN_ID

    For example, if you provide d:day(DATE_OF_BIRTH) as the password pattern, the expression informs the system to read the day from the user's date of birth and form it as a password.


Here, s:getFirst(LOGIN_ID, 4) +getLast(MIDDLE_NAME, 3) is provided as the password pattern. The expression informs the system to read the first four characters from the Login ID (s:getFirst(LOGIN_ID, 4)), last three characters from the middle name (getLast(MIDDLE_NAME, 3)) and concatenate them to form a password.

5. Perform the other configurations and save the report.

...