Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d0d3d81

Von Philip Reetz vor etwa 19 Jahren hinzugefügt

  • ID 5d0d3d8188b690453f84f7d3d829a58f55f21f78
  • Vorgänger 6349623b
  • Nachfolger 25f4a73f

richtiges Quoten des User-Passworts, wichtig bei MD5 Passwoertern

Unterschiede anzeigen:

SL/CT.pm
ustid = '$form->{ustid}',
username = '$form->{username}',
salesman_id = '$form->{salesman_id}',
user_password = '$form->{user_password}',
user_password = | . $dbh->quote($form->{user_password}) .qq|,
c_vendor_id = '$form->{c_vendor_id}',
klass = '$form->{klass}'
WHERE id = $form->{id}|;

Auch abrufbar als: Unified diff