Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8c7e4493

Von Moritz Bunkus vor fast 17 Jahren hinzugefügt

  • ID 8c7e44938a661e035f62840e1e177353240ace5d
  • Vorgänger 3ced230b
  • Nachfolger ce45d060

Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendung einer Authentifizierungsdatenbank.
Es ist erforderlich, die Dateien doc/UPGRADE und doc/INSTALL/index.html zu lesen und die angesprochenen Punkte auszuführen, um nach einem Upgrade weiter arbeiten zu können.

Unterschiede anzeigen:

bin/mozilla/ca.pl
74 74
sub chart_of_accounts {
75 75
  $lxdebug->enter_sub();
76 76

  
77
  $auth->assert('report');
78

  
77 79
  $form->{title} = $locale->text('Chart of Accounts');
78 80

  
79 81
  CA->all_accounts(\%myconfig, \%$form);
......
136 138
sub list {
137 139
  $lxdebug->enter_sub();
138 140

  
141
  $auth->assert('report');
142

  
139 143
  $form->{title} = $locale->text('List Transactions');
140 144
  $form->{title} .= " - " . $locale->text('Account') . " $form->{accno}";
141 145

  
......
197 201
  <tr><td><hr size=3 noshade></td></tr>
198 202
</table>
199 203

  
200
<input type=hidden name=login value=$form->{login}>
201
<input type=hidden name=password value=$form->{password}>
202

  
203 204
<br><input class=submit type=submit name=action value="|
204 205
    . $locale->text('List Transactions') . qq|">
205 206
</form>
......
214 215
sub list_transactions {
215 216
  $lxdebug->enter_sub();
216 217

  
218
  $auth->assert('report');
219

  
217 220
  $form->{title} = $locale->text('Account') . " $form->{accno} - $form->{description}";
218 221

  
219 222
  CA->all_transactions(\%myconfig, \%$form);

Auch abrufbar als: Unified diff