fixed: change-password form was visible for plaintext volumes
This commit is contained in:
parent
b39f5ad7f8
commit
1f265c78c0
1 changed files with 29 additions and 26 deletions
|
@ -29,6 +29,8 @@
|
|||
<tr><td></td><td></td><td></td></tr>
|
||||
|
||||
|
||||
<?cs # show password change form only for encrypted volumes ?>
|
||||
<?cs if:Data.CurrentDisk.encryption ?>
|
||||
<?cs # password change is only possible if the volume is not mounted ?>
|
||||
<tr><td colspan="3">
|
||||
<h3><?cs var:html_escape(Lang.Plugins.volume_props.Title.ChangePassword) ?></h3>
|
||||
|
@ -55,6 +57,7 @@
|
|||
</tr>
|
||||
</form>
|
||||
<tr><td></td><td></td><td></td></tr>
|
||||
<?cs /if ?>
|
||||
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue