mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 07:43:18 -04:00
show change password form if key couldn't be decrypted
This commit is contained in:
parent
d0afd774b7
commit
418d401bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<fieldset class="personalblock">
|
||||
<h2><?php p( $l->t( 'Encryption' ) ); ?></h2>
|
||||
|
||||
<?php if ( ! $_["privateKeySet"] && $_["initialized"] ): ?>
|
||||
<?php if ( $_["initialized"] === '1' ): ?>
|
||||
<p>
|
||||
<a name="changePKPasswd" />
|
||||
<label for="changePrivateKeyPasswd">
|
||||
|
|
|
|||
Loading…
Reference in a new issue