1 |
slords |
1.1 |
--- e-smith-backup-2.0.0/root/etc/e-smith/web/functions/backup.password 2008-10-29 13:24:01.000000000 -0600 |
2 |
|
|
+++ e-smith-backup-2.0.0/root/etc/e-smith/web/functions/backup 2008-10-29 13:35:32.000000000 -0600 |
3 |
|
|
@@ -1089,7 +1089,7 @@ |
4 |
|
|
print $fm->localise('WORKSTN_BACKUP_SHARE'), ' ', $backupwkFolder, '<br/>'; |
5 |
|
|
if ($VFSType eq 'cifs') { |
6 |
|
|
print $fm->localise('LOGIN'), ' ', $backupwkLogin, '<br/>'; |
7 |
|
|
- print $fm->localise('PASSWORD'), ' ', $backupwkPassword, '<br/>'; |
8 |
|
|
+ print $fm->localise('PASSWORD'), ' ********<br/>'; |
9 |
|
|
} |
10 |
|
|
print $fm->localise('WORKSTN_BACKUP_SETSNUM'), ' ', $setsNumber, '<br/>'; |
11 |
|
|
print $fm->localise('WORKSTN_BACKUP_DAYSINSET'), ' ', $filesinset, '<br/>'; |
12 |
|
|
@@ -1330,7 +1330,7 @@ |
13 |
|
|
$fm->localise('PASSWORD') |
14 |
|
|
), |
15 |
|
|
|
16 |
|
|
- esmith::cgi::genCell ($q, $q->textfield (-name => 'backupwkPassword', |
17 |
|
|
+ esmith::cgi::genCell ($q, $q->password_field (-name => 'backupwkPassword', |
18 |
|
|
-override => 1, |
19 |
|
|
-default => $backupwkPassword, |
20 |
|
|
-size => 20)), |