Revision 496f55c6
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
scripts/console | ||
---|---|---|
|
||
die "cannot find user $login" unless %::myconfig = $::auth->read_user(login => $login);
|
||
|
||
$::form->{login} = $login; # normaly implicit at login
|
||
|
||
die "cannot find locale for user $login" unless $::locale = Locale->new($::myconfig{countrycode});
|
||
|
||
$::instance_conf->init;
|
Auch abrufbar als: Unified diff
login nicht aus $::form nehmen. Teil 2
Dabei ergibt sich ein kleines Problem. User spezifische bin/mozilla/
Controller werden geladen bevor das User handling abgeschlossen ist.
Nach dieser Änderung sind die also de facto kaputt.