mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #3488 from zafi/master
The "lost password" field in the personal setting depends on OC_USER_BACKEND_SET_PASSWORD
This commit is contained in:
commit
3beff3fdc2
1 changed files with 6 additions and 0 deletions
|
|
@ -63,6 +63,9 @@ if($_['displayNameChangeSupported']) {
|
|||
}
|
||||
?>
|
||||
|
||||
<?php
|
||||
if($_['passwordChangeSupported']) {
|
||||
?>
|
||||
<form id="lostpassword">
|
||||
<fieldset class="personalblock">
|
||||
<legend><strong><?php p($l->t('Email'));?></strong></legend>
|
||||
|
|
@ -71,6 +74,9 @@ if($_['displayNameChangeSupported']) {
|
|||
<em><?php p($l->t('Fill in an email address to enable password recovery'));?></em>
|
||||
</fieldset>
|
||||
</form>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
<form>
|
||||
<fieldset class="personalblock">
|
||||
|
|
|
|||
Loading…
Reference in a new issue