It's currently only possible to create new users when you have a working email setup. If you don't have an email provider, if your email provider is down or you're testing locally, etc. then you can't successfully complete the sign up flow for a new user. You get stuck at:
Please, confirm the email
An email has been sent to XXX. After confirm you will be able to apply to any organization.
It would be easier if we could somewhere in http://localhost:3000/admin/users do:
- Create new user
- Set new password
- Manually validate email
Then admins can create new users easily without a SMTP setup.
It's currently only possible to create new users when you have a working email setup. If you don't have an email provider, if your email provider is down or you're testing locally, etc. then you can't successfully complete the sign up flow for a new user. You get stuck at:
It would be easier if we could somewhere in http://localhost:3000/admin/users do:
Then admins can create new users easily without a SMTP setup.