Assign temp password alphanumeric

Hi, when I create a user workflow, there’s a step where I need to assign a temp password, then email it to the user. However, the temp password sometimes uses special characters. Is there a way to make it alpha numeric?

Thanks.

Bumping this

Also bumping, would be useful

Would also want

I haven’t tested this but try an action call something like update user credentials and I think there’s a way for you to modify someone else’s credentials then generate a string to modify the Password of said user

SOLVED:
collect email with form field →
Set state of something as ‘calculate randomString’ →
log user in (or create account) with email and string as password →
email user the password using the string from the State →
create a custom workflow to ask them to update their password after they sign in.

2 Likes