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:
bbc9fa5
)
Wenn noch gar kein Passwort fuer den Admin gesetzt ist, dann Login zulassen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 16 Aug 2006 11:09:35 +0000
(11:09 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 16 Aug 2006 11:09:35 +0000
(11:09 +0000)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
2632aff
..
f100267
100644
(file)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-1151,7
+1151,7
@@
sub change_password {
sub check_password {
$root = new User "$memberfile", $form->{root};
- if (!
$root->{password}
|| ($root->{password} ne $form->{rpw})) {
+ if (!
defined($root->{password})
|| ($root->{password} ne $form->{rpw})) {
$form->error($locale->text('Incorrect Password!'));
}