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:
e1d4b57
)
Admin-Passwort nur überprüfen, wenn tatsächlich eine Action vorhanden ist
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 29 Dec 2010 12:00:15 +0000
(13:00 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 29 Dec 2010 12:00:15 +0000
(13:00 +0100)
Ansonsten schlägt die 5s-Strafe auch schon zu, wenn man die
Admin-Login-Maske aufruft.
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
3a5e810
..
c5c97cd
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-86,11
+86,6
@@
sub run {
}
call_sub($locale->findsub($form->{action}));
}
- } elsif ($auth->authenticate_root($form->{rpw}, 0) == $auth->OK()) {
-
- $auth->create_or_refresh_session() if ($auth->session_tables_present());
-
- login();
} else {
# if there are no drivers bail out
$form->error($locale->text('No Database Drivers available!'))