Subversion Repositories wimsdev

Rev

Rev 7486 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7486 bpr 1
!set name_admpasswd=Webmaster's password
23 reyssat 2
 
7486 bpr 3
!read authscript.phtml
5874 bpr 4
<p>
23 reyssat 5
!if $passone!=$empty
6
 As you have not defined a manager password, the server has generated a one-time
7486 bpr 7
 password for this session. You can find it in the file
5978 bpr 8
 <span class="tt">$wims_home/$oncename</span> in the WIMS server account. Please read that
23 reyssat 9
 file and type the content in the field above.
5874 bpr 10
 </p><p>
23 reyssat 11
 If you want to define a permanent password (this is convenient but is less
12
 secure than a one-time password), you can put it into a file named
5978 bpr 13
 <span class="tt">$wims_home/log/.wimspass</span>. But you <b>MUST</b> make this file readable only
23 reyssat 14
 by you!
15
!else
3930 bpr 16
 You have defined a permanent webmaster password. Please notice that
23 reyssat 17
 you may also use one-time passwords, which is more secure.
5874 bpr 18
 </p><p>
23 reyssat 19
 In order to switch to one-time password mode, you have simply to erase the
5978 bpr 20
 file <span class="tt">$wims_home/log/.wimspass</span> in the WIMS server account.
23 reyssat 21
!endif
22
 
16176 obado 23
</p><p>
23 reyssat 24
In any case, please be EXTREMELY careful when you manipulate the site
3930 bpr 25
manager password. An intrusion as a webmaster may compromise ALL the data
23 reyssat 26
on your server!
16176 obado 27
</p>