Rev 5927 | Rev 6235 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
5874 | bpr | 2 | <div class="wimscenter"> |
23 | reyssat | 3 | !form reply |
5874 | bpr | 4 | Please give your webmaster's password: |
5734 | bpr | 5 | <input size="24" type="password" name="auth"/> |
6 | <input type="submit" value="$wims_name_tosave"/> |
||
5927 | bpr | 7 | |
8 | !formend |
||
9 | </div> |
||
5874 | bpr | 10 | <p> |
23 | reyssat | 11 | !if $passone!=$empty |
12 | As you have not defined a manager password, the server has generated a one-time |
||
13 | password for this session. You can find it in the file |
||
5978 | bpr | 14 | <span class="tt">$wims_home/$oncename</span> in the WIMS server account. Please read that |
23 | reyssat | 15 | file and type the content in the field above. |
5874 | bpr | 16 | </p><p> |
23 | reyssat | 17 | If you want to define a permanent password (this is convenient but is less |
18 | secure than a one-time password), you can put it into a file named |
||
5978 | bpr | 19 | <span class="tt">$wims_home/log/.wimspass</span>. But you <b>MUST</b> make this file readable only |
23 | reyssat | 20 | by you! |
21 | !else |
||
3930 | bpr | 22 | You have defined a permanent webmaster password. Please notice that |
23 | reyssat | 23 | you may also use one-time passwords, which is more secure. |
5874 | bpr | 24 | </p><p> |
23 | reyssat | 25 | In order to switch to one-time password mode, you have simply to erase the |
5978 | bpr | 26 | file <span class="tt">$wims_home/log/.wimspass</span> in the WIMS server account. |
23 | reyssat | 27 | !endif |
28 | |||
5874 | bpr | 29 | </p> |
23 | reyssat | 30 | In any case, please be EXTREMELY careful when you manipulate the site |
3930 | bpr | 31 | manager password. An intrusion as a webmaster may compromise ALL the data |
23 | reyssat | 32 | on your server! |
33 |