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:

SL/Dispatcher.pm
198 198

  
199 199
      $::locale = Locale->new($::myconfig{countrycode});
200 200

  
201
      show_error('login/password_error', 'password') if SL::Auth::OK != $::auth->authenticate($::form->{login}, $::form->{password}, 0);
201
      show_error('login/password_error', 'password') if SL::Auth::OK != $::auth->authenticate($::form->{login}, $::form->{password});
202 202

  
203 203
      $::auth->set_session_value('login', $::form->{login}, 'password', $::form->{password});
204 204
      $::auth->create_or_refresh_session;

Auch abrufbar als: Unified diff