2014-04-09 11:41:25 +12:00
|
|
|
# 3.1.5
|
|
|
|
|
|
|
|
## Upgrading
|
|
|
|
|
|
|
|
* If running an application in an environment where user security is critical, it may be necessary to
|
|
|
|
assign the config value `Security.remember_username` to false. This will disable persistence of
|
|
|
|
user login name between sessions, and disable browser auto-completion on the username field.
|
|
|
|
Note that users of certain browsers who have previously autofilled and saved login credentials
|
|
|
|
will need to clear their password autofill history before this setting is properly respected.
|
2014-04-22 15:21:12 +12:00
|
|
|
* Test cases that rely on updating and restoring `[api:Injector]` services may now take advantage
|
|
|
|
of the new `Injector::nest()` and `Injector::unnest()` methods to sandbox their alterations.
|