-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added recipe steps for user and email settings #6203
Conversation
|
||
<h1>@T["Reset Password"]</h1> | ||
<p> | ||
@T["Your password has been reset. Melon"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Melon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upps sorry this is a test I made cause I was not able to override this cshtml I forgot to undo those changes
</div> | ||
</div> | ||
<div class="form-group"> | ||
<label asp-for="PasswordConfirmation" class="col-md-3 control-label">@T["New password confirmation Melon"]</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Melon?
ViewLayout = "Layout__Login"; | ||
} | ||
|
||
<h1>@T["Forgot Password confirmation Melon"]</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Melon?
<form asp-controller="ResetPassword" asp-action="ForgotPassword" method="post" class="form-horizontal"> | ||
<div asp-validation-summary="All" class="text-danger"></div> | ||
<div class="form-group"> | ||
<label asp-for="UserIdentifier" class="col-md-4 control-label">@T["Email or user name Melon"]</label> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Melon?
Build error: |
391c154
to
8a77990
Compare
The SMTP step needs is a bit sensitive because it can contain password information: |
the build error was fixed on next force-push of the branch. |
Any further progress on this PR? This is an important one for me as I would really like to automate the process of setting up Smtp settings for new tenants |
Take a look at this concept and see if it meets your needs #6421 |
@deanmarcussen Wow great timing! Yep the encrypted option would work out perfectly for my scenario. Thanks! |
I close this PR, cause what deanmarcussen is better |
I needed to set for my tests some of these settings, so in order to automate the job I needed those steps, hope it is ok for tu to merge it