Currently when a new user signs up they have to reset password via email making an SES dependency a must. This email reset and broadly SES dependency should be optional especially if customer does not want to get notification etc. and we currently have a path for customers to insert secrets into the env during deployment for database setup so we should use that as well as to support setting the password & Username at deploy time for the frontend.
Currently when a new user signs up they have to reset password via email making an SES dependency a must. This email reset and broadly SES dependency should be optional especially if customer does not want to get notification etc. and we currently have a path for customers to insert secrets into the env during deployment for database setup so we should use that as well as to support setting the password & Username at deploy time for the frontend.