Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 85b53fd2

Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt

  • ID 85b53fd204666e217b3308096e1bad8a29433ad3
  • Vorgänger 38b37159
  • Nachfolger 09b19778

Nach Anmeldung an Administrationsbereich Passwort in Session speichern

Unterschiede anzeigen:

bin/mozilla/admin.pl
$form->{error_message} = $locale->text('Incorrect Password!');
adminlogin();
} else {
$auth->create_or_refresh_session() if ($auth->session_tables_present());
if ($auth->session_tables_present()) {
$::auth->set_session_value('rpw', $::form->{rpw});
$::auth->create_or_refresh_session();
}
call_sub($locale->findsub($form->{action}));
}
} elsif ($auth->authenticate_root($form->{rpw}, 0) == $auth->OK()) {

Auch abrufbar als: Unified diff