display a clear notice that we can't reset passwords
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