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