mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
show change password form if key couldn't be decrypted
This commit is contained in:
parent
85467b973a
commit
8082ef2073
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