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:
d89811f
)
Beim Neuanlegen von Benutzern Datenbankverbindungsinfos aus config/authentication...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 3 Jan 2011 15:25:15 +0000
(16:25 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 3 Jan 2011 15:25:15 +0000
(16:25 +0100)
Vorbelegt werden Hostname, Port und Datenbankbenutzer. Der Rest nicht.
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
3258a31
..
eac4d08
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-362,8
+362,12
@@
sub add_user {
"dateformat" => "dd.mm.yy",
"stylesheet" => "lx-office-erp.css",
"menustyle" => "old",
+ dbport => $::auth->{DB_config}->{port} || 5432,
+ dbuser => $::auth->{DB_config}->{user} || 'lxoffice',
+ dbhost => $::auth->{DB_config}->{host} || 'localhost',
};
+
edit_user_form($myconfig);
}