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 @@