mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
display a clear notice that we can't reset passwords
This commit is contained in:
parent
2bffce391a
commit
edcd88d9b7
@ -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(),
|
||||
])];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user