sign in page

Hello everyone,

I have a question. I'm developing an application. The home page contains two buttons related to record action. The first one is the "Create Account" button, where the user can create an account and input different fields. This button works as expected. In the process model related to this page, I have added a "Create User" node so that after the creation, the process sends an email containing the name and password for the user.

Now, I want to create a "Sign In" button. Is that possible, and how can I verify if this account really exists?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Hello  

    The default environment sign-in would be the place where the user will enter these credentials that are generated as part of user creation. You will not have any special sign-in inside your site. Instead configure your system branding from admin console if that makes sense.

    Just to check if the user account exists you can check with the username and Appian function isusernametaken()

Reply
  • 0
    Certified Senior Developer

    Hello  

    The default environment sign-in would be the place where the user will enter these credentials that are generated as part of user creation. You will not have any special sign-in inside your site. Instead configure your system branding from admin console if that makes sense.

    Just to check if the user account exists you can check with the username and Appian function isusernametaken()

Children