projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6697f3
)
Merge von 767 aus unstable: Bugfix
author
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 12 Jan 2006 13:21:48 +0000
(13:21 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Thu, 12 Jan 2006 13:21:48 +0000
(13:21 +0000)
richtiges Quoten des User-Passworts, wichtig bei MD5 Passwoertern
SL/CT.pm
patch
|
blob
|
history
diff --git
a/SL/CT.pm
b/SL/CT.pm
index
1db023b
..
a7b0a2f
100644
(file)
--- a/
SL/CT.pm
+++ b/
SL/CT.pm
@@
-318,7
+318,7
@@
sub save_customer {
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}|;