Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8d8fc8dd

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID 8d8fc8dd372e0883e386cb7cecf1483a6f73d1cb
  • Vorgänger 6b9cf44d
  • Nachfolger 327e6e57

Legacy-Interface: Auth::authenticate unterstützt "is_crypted" nicht mehr

Unterschiede anzeigen:

bin/mozilla/admin.pl
78 78
  $form->{favicon}    = "favicon.ico";
79 79

  
80 80
  if ($form->{action}) {
81
    if ($auth->authenticate_root($form->{rpw}, 0) != $auth->OK()) {
81
    if ($auth->authenticate_root($form->{rpw}) != $auth->OK()) {
82 82
      $form->{error_message} = $locale->text('Incorrect Password!');
83 83
      adminlogin();
84 84
    } else {

Auch abrufbar als: Unified diff