Creating New Users in Local Environment

Hello,

 

I am working on an application on a local environment on my computer (which means I do not have a smtp server set up that can send out emails). In my app I have a "Create User" process model. I am running into trouble when creating new users because after I create them in the system I cannot log in as said new user. I know that they have successfully been created because they can be referenced by the user picker field in the app, but logging in as them requires a password, which has not been set on user creation. In addition, clicking the "forgot password" link at login doesn't work either because the application cannot successfully send out emails (due to the smtp server not being set up).

Any idea how I can work around this and log in as my test users I create?

Thanks

  Discussion posts and replies are publicly visible

Parents
  • Is your goal here to test your process model that creates users as part of specific application functionality your are developing or to simply create users to test with regardless of the method?

    If the former, as well explained by the other responses, users created via process model require email or other methods to get or reset the passwords.

    If the goal is to simply create test users, you can use the Admin Console rather than your process model and you can define a temporary password on creation.
Reply
  • Is your goal here to test your process model that creates users as part of specific application functionality your are developing or to simply create users to test with regardless of the method?

    If the former, as well explained by the other responses, users created via process model require email or other methods to get or reset the passwords.

    If the goal is to simply create test users, you can use the Admin Console rather than your process model and you can define a temporary password on creation.
Children
No Data