display a clear notice that we can't reset passwords

pull/1/head
ansuz 3 years ago
parent 2bffce391a
commit edcd88d9b7

@ -41,6 +41,11 @@ define([
]), ]),
h('div.col-md-3') 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(), Pages.infopageFooter(),
])]; ])];

Loading…
Cancel
Save