From: Chocobozzz Date: Wed, 5 Dec 2018 14:10:45 +0000 (+0100) Subject: Add error when email system is not configured and using the forgot X-Git-Tag: v1.2.0-rc.1~102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3b3b18203fe73e499bf8b49b15369710df95993e;p=oweals%2Fpeertube.git Add error when email system is not configured and using the forgot password system --- diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts index da8bd26db..6eccb8336 100644 --- a/client/src/app/core/server/server.service.ts +++ b/client/src/app/core/server/server.service.ts @@ -37,6 +37,9 @@ export class ServerService { css: '' } }, + email: { + enabled: false + }, serverVersion: 'Unknown', signup: { allowed: false, diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 93dbed525..9b8146624 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -59,7 +59,12 @@