# `PhoenixKit.Install.Deprecations`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v2.13.11/lib/phoenix_kit/install/deprecations.ex#L1)

Advisory deprecation notices surfaced by the installer tasks.

`mix phoenix_kit.install` and `mix phoenix_kit.update` print these so a host
learns about upcoming changes while running a task they already run. Nothing
here changes host code or behaviour — the deprecated features keep working
exactly as before until they are actually removed in a later release.

Keeping the wording in one place means the install and update tasks can't
drift, and gives a single home to escalate a notice (or drop it) as a
deprecation moves through its lifecycle.

# `user_dashboard_warning`

```elixir
@spec user_dashboard_warning() :: String.t()
```

Heads-up that the PhoenixKit **user dashboard** (`/dashboard`) is deprecated.

It still works unchanged and needs no action now. Its functionality is
moving into the unified admin panel (`/admin`), which surfaces different
sections per the viewer's permissions. Printed as advisory only — there are
no migration steps yet.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
