Skip to content
Snippets Groups Projects
Commit 4ee7a428 authored by Björn Schießle's avatar Björn Schießle
Browse files

link directly to the encryption settings

parent 14ac4fab
Branches
No related tags found
No related merge requests found
<ul>
<li class='error'>
<?php $location = \OC_Helper::linkToRoute( "settings_personal" ) ?>
<?php $location = \OC_Helper::linkToRoute( "settings_personal" ).'#changePKPasswd' ?>
<?php p($l->t('Your private key is not valid! Maybe the your password was changed from outside.')); ?>
<br/>
......
......@@ -6,6 +6,7 @@
<?php if ( ! $_["privateKeySet"] ): ?>
<p>
<a name="changePKPasswd" />
<label for="changePrivateKeyPasswd"><?php p( $l->t( "Your private key password no longer match your log-in password:" ) ); ?></label>
<br />
<em><?php p( $l->t( "Set your old private key password to your current log-in password." ) ); ?></em>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment