gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/account editsshkeys.php,1.7,1.8


From: gsmet
Subject: [Gforge-commits] gforge/www/account editsshkeys.php,1.7,1.8
Date: Sun, 12 Sep 2004 10:28:05 -0500

Update of /cvsroot/gforge/gforge/www/account
In directory db.perdue.net:/tmp/cvs-serv26744/www/account

Modified Files:
        editsshkeys.php 
Log Message:
localized editsshkeys page

Index: editsshkeys.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/account/editsshkeys.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- editsshkeys.php     27 Aug 2004 17:28:11 -0000      1.7
+++ editsshkeys.php     12 Sep 2004 15:28:02 -0000      1.8
@@ -47,32 +47,16 @@
        // not valid registration, or first time to page
        site_user_header(array('title'=>'Change Authorized Keys'));
 
+       echo $Language->getText('account_editsshkeys', 'intro');
        ?>
 
-       <p>
-       To avoid having to type your password every time for your CVS/SSH
-       developer account, you may upload your public key(s) here and they
-       will be placed on the CVS server in your ~/.ssh/authorized_keys file.
-       This is done by a cron job, so it may not happen immediately.  Please 
allow
-       for a one hour delay.
-       </p>
-       <p>
-       To generate a public key, run the program 'ssh-keygen' (you can use
-       both protocol 1 or 2). The public key will be placed at
-       '~/.ssh/identity.pub' (protocole 1) and '~/.ssh/id_dsa.pub' or
-       '~/.ssh/id_rsa.pub' (protocole 2). Read the ssh documentation for
-       further information on sharing keys.
-       </p>
-
 <form action="<?php echo $PHP_SELF; ?>" method="post">
-<p>Authorized keys:
-<br /><em>Important: Make sure there are no line breaks except between keys.
-After submitting, verify that the number of keys in your file is what you 
expected.</em>
+<p><?php echo $Language->getText('account_editsshkeys', 'authorized_keys'); ?>
 <br />
-<textarea rows="10" cols="60" name="authorized_keys">
+<textarea rows="10" name="authorized_keys" style="width:90%;">
 <?php echo $u->getAuthorizedKeys(); ?>
 </textarea></p>
-<p><input type="submit" name="submit" value="Update" /></p>
+<p><input type="submit" name="submit" value="<?php echo 
$Language->getText('general', 'update'); ?>" /></p>
 </form>
 
        <?php





reply via email to

[Prev in Thread] Current Thread [Next in Thread]