link directly to the encryption settings

This commit is contained in:
Björn Schießle 2013-06-04 10:49:58 +02:00
parent 14ac4fab05
commit 4ee7a428ae
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<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/>

View File

@ -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>