~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/tour.rst

  • Committer: Matt Giuca
  • Date: 2010-03-05 06:40:59 UTC
  • Revision ID: matt.giuca@gmail.com-20100305064059-wc6jsup5v66lo1o4
Added an entry on the user settings page to display the user's Subversion password. This was previously only possible through an arcane console command. Updated documentation. This fixes Launchpad bug #528450.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
use the username, revision and URL given). Subversion will likely prompt for a
209
209
password. For the sample data, this password is ``password``, but in general, it
210
210
will **not** be your normal IVLE password. You can learn your Subversion
211
 
password by opening a Console in IVLE and typing::
212
 
 
213
 
 import ivle.config
214
 
 ivle.config.Config()['user_info']['svn_pass']
 
211
password by going to your user settings page (it is hidden by default, for
 
212
security reasons).
215
213
 
216
214
This will check out the student's work into the current directory, to inspect.
217
215