Email endpoint is controlled by the username setting, not password
This commit is contained in:
parent
9a7cb02981
commit
d03c537a26
|
@ -81,7 +81,7 @@ if($_['displayNameChangeSupported']) {
|
|||
?>
|
||||
|
||||
<?php
|
||||
if($_['passwordChangeSupported']) {
|
||||
if($_['displayNameChangeSupported']) {
|
||||
?>
|
||||
<form id="lostpassword" class="section">
|
||||
<h2>
|
||||
|
|
Loading…
Reference in New Issue