Hi!
I’m trying to make it so that admin users can create accounts for others.
I’m using the “create an account for someone else” and the “assign temporary password” and such.
The problem is, because the passwords are not saved in the database, I have no idea how to test that the function is working properly! How do I know that the added user will receive the email I send them with the temporary password? How do I make sure the temporary password is displayed somewhere in the automatic email? I want to be able to test the added user side of things from login and on from there…
Thank you!