From edcd88d9b7fce8d206cea5cc275f8eca7392a23c Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 16 Mar 2022 16:58:01 +0530 Subject: [PATCH] display a clear notice that we can't reset passwords --- customize.dist/pages/login.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customize.dist/pages/login.js b/customize.dist/pages/login.js index 45d3a3707..8f60c61ed 100644 --- a/customize.dist/pages/login.js +++ b/customize.dist/pages/login.js @@ -41,6 +41,11 @@ define([ ]), h('div.col-md-3') ]), + h('div.row', [ + h('div.col-md-3'), + h('div.col-md-6', Msg.register_warning_note,), + h('div.col-md-3'), + ]), ]), Pages.infopageFooter(), ])];