mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Email endpoint is controlled by the username setting, not password
This commit is contained in:
parent
9a7cb02981
commit
d03c537a26
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ if($_['displayNameChangeSupported']) {
|
|||
?>
|
||||
|
||||
<?php
|
||||
if($_['passwordChangeSupported']) {
|
||||
if($_['displayNameChangeSupported']) {
|
||||
?>
|
||||
<form id="lostpassword" class="section">
|
||||
<h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue