Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
9f7e4d8a
Commit
9f7e4d8a
authored
Dec 17, 2018
by
IKEDA Soji
Browse files
Revert commit
e02945f8
. See issue #489.
parent
25cfaffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/User.pm
View file @
9f7e4d8a
...
...
@@ -648,8 +648,8 @@ sub update_global_user {
if
(
$values
->
{'
password
'})
{
if
(
defined
(
hash_type
(
$values
->
{'
password
'})))
{
$log
->
syslog
(
'
err
',
'
Bug in logic: P
assword is in %s format, not rehashing
',
'
debug
',
'
p
assword is in %s format, not rehashing
',
hash_type
(
$values
->
{'
password
'})
);
}
else
{
...
...
@@ -739,8 +739,8 @@ sub add_global_user {
if
(
$values
->
{'
password
'})
{
if
(
defined
(
hash_type
(
$values
->
{'
password
'})))
{
$log
->
syslog
(
'
err
',
'
Bug in logic. P
assword is in %s format, not rehashing
',
'
debug
',
'
p
assword is in %s format, not rehashing
',
hash_type
(
$values
->
{'
password
'})
);
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment