✅ Trouble setting up user-secrets
I'm trying to set up my ASP.NET app to send emails to confirm account registration. Following this documentation:
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/accconfirm?view=aspnetcore-8.0&tabs=visual-studio
Reffering to the section called "Configure SendGrid user secrets" when I try to input this command into my CLI:
I simply get another CLI prompt and not the success message shown in the documentation. What gives? HelP?
Account confirmation and password recovery in ASP.NET Core
Learn how to build an ASP.NET Core app with email confirmation and password reset.
4 Replies
can you show the output you get?
or is it no output at all?
did you
dotnet user-secrets init
?
all the output I get is another prompt (so just a ">" in a newline after the command expecting me to presumably input something else into the command line (view pic))
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
many thanks, solved now :meowheart: