Skip to content

Commit

Permalink
Remove resend email confirmation feature. (OPCFoundation#196)
Browse files Browse the repository at this point in the history
* Rename addressspace -> namespace

* Disable logerror warning.

* Fix using Async in method names.

* Implement disposeable on postgresql implementation.

* bug fix.

* Bug and code analyzer warning fixes and fix naming of cloudlibclient variables.

* Fix regression.

* Fix regression.

* Fix formatting.

* fix formatting.

* fix formatting.

* fix formatting.

* Fix formatting.

* Added docker compose back into solution file and deleted extra solution file.

* Fix one more (misspelt) addressspace -> namespace rename.

* Remove dups from category and org queries.

* Remove unneeded using.

* Fix cut and paste error.

* Fix client lib.

* Property name change from nodesetCreationTime to publicationDate to be consistent.

* Fix for bug OPCFoundation#90

* Fixes security CVE-2022-30187 and maintain stack info on exception.

* Fix build break and CVEs.

* Added Azure Data Protection Key per instance and updated NuGets.

* Fix version string.

* Fix CloudLib Explorer exception and many async and dependency injection-related issues.

* update version to match spec.

* Fix usings/whitespace.

* Move QueryModel to GraphQL folder.

* Switch to Postmark as Sendgrid disabled our account and was unreliable anyway.

* Bring sendgrid back in optionally.

* Added description for data protection env variable.

* Fix CVE and update other NuGets, too.

* Switch to localhost for DB endpoint and add missing env variable.

* Re-enabling builsing the sync tool.

* NodeSetModel 1.0.13 plus migrations

* File encoding fix

* Update to latest OPC UA stack to avoid security issue.

* 1. Add OAuth2 auth via OPC Foundation website and additional login UI from ASP.NetCore Identity Scafolding.
2. Add missing ConfigureAwaits.
3. Simplify auth in Swagger.
4. Add account management UI from ASP.NetCore Identity Scafolding.
5. Add email confirmation management from ASP.NetCore Identity Scafolding.

* Remove unnecessary usings.

* Test: add oauth2 config

* Bug fix.

* Added unsubscribe link to verification emails and small code cleanup.

* Add more context to system emails.

* Remove URLs encode.

* Code cleanup and make verification email a little prettier.

* remove redundant file.

* Remove resend email confirmation feature.

---------

Co-authored-by: Markus Horstmann <[email protected]>
Co-authored-by: Randy Armstrong <[email protected]>
  • Loading branch information
3 people authored Nov 28, 2023
1 parent 07a0c09 commit 09f8def
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 121 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
<p>
<a asp-page="./Register" asp-route-returnUrl="@Model.ReturnUrl">Register as a new user</a>
</p>
<p>
<a id="resend-confirmation" asp-page="./ResendEmailConfirmation">Resend email confirmation</a>
</p>
</div>
</form>
</section>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 09f8def

Please sign in to comment.