Revision 496f55c6
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
scripts/console | ||
---|---|---|
117 | 117 |
|
118 | 118 |
die "cannot find user $login" unless %::myconfig = $::auth->read_user(login => $login); |
119 | 119 |
|
120 |
$::form->{login} = $login; # normaly implicit at login |
|
121 |
|
|
122 | 120 |
die "cannot find locale for user $login" unless $::locale = Locale->new($::myconfig{countrycode}); |
123 | 121 |
|
124 | 122 |
$::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.