Changes between Version 5 and Version 6 of UserGuide/ThinClient


Ignore:
Timestamp:
03/05/2010 08:36:11 AM (14 years ago)
Author:
Ghent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/ThinClient

    v5 v6  
    5353echo "<username>:<password>:<level>" >> ~/.config/deluge/auth 
    5454}}} 
    55  where <username> and <password> are the username and password you intend to use and <level> is your desired authentication level. 
     55 where "yourusername" and "yourpassword" are the username and password you intend to use and "level" is your desired authentication level.  For example: 
     56{{{ 
     57#!sh 
     58echo "bob:letMEin:10" >> ~/.config/deluge/auth 
     59}}} 
    5660 
    5761 See UserGuide/Authentication for more information on authentication levels. 
     
    8589{{{ 
    8690#!sh 
    87 echo "<username>:<password>" >> ~/.config/deluge/auth 
     91echo "yourusername:yourpassword:level" >> ~/.config/deluge/auth 
    8892}}} 
    89  where <username> and <password> are the username and password you intend to use and <level> is your desired authentication level. 
     93 where "yourusername" and "yourpassword" are the username and password you intend to use and "level" is your desired authentication level.  For example: 
     94{{{ 
     95#!sh 
     96echo "bob:letMEin:10" >> ~/.config/deluge/auth 
     97}}} 
     98 
    9099 
    91100 See UserGuide/Authentication for more information on authentication levels.