From 265408fd49176da9faf98b356ee8dace4924cc5c Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Thu, 28 Feb 2019 22:25:33 +0100 Subject: [PATCH] feat(package): ability to disable `reset password` #202 --- README.MD | 1 + src/module/components/auth/auth.component.html | 3 ++- src/module/components/auth/auth.component.ts | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 736adf6d..b768db93 100755 --- a/README.MD +++ b/README.MD @@ -562,6 +562,7 @@ class AppComponent { | appearance | Input() | MatFormFieldAppearance | `standard` | the appearance of the mat-form-field #'legacy' | 'standard' | 'fill' | 'outline' | tabIndex | Input() | number | null; | `0` | the selected tab - either sign in or register | registrationEnabled | Input() | boolean | `true` | whether the user is able to register a new account +| resetPasswordEnabled | Input() | boolean | `true` | whether the user is able to reset his account password | guestEnabled | Input() | boolean | `true` | whether the user can sign in and continue as guest | tosUrl | Input() | string | - | the url of term of services | privacyPolicyUrl | Input() | string | - | the url of the private privacy diff --git a/src/module/components/auth/auth.component.html b/src/module/components/auth/auth.component.html index feb8ac35..b354155f 100755 --- a/src/module/components/auth/auth.component.html +++ b/src/module/components/auth/auth.component.html @@ -111,7 +111,8 @@
-