Pleroma security release: 2.0.3

Pleroma 2.0.3 is a security release, fixing: possibility of re-registration of previously deleted users, ability to force a follow from a local user, and bugs found after 2.0.2 release.

Backend changes

Security

Fixed

Added

Pleroma-FE changes

Fixed

Changed

Added

Admin-FE changes

Added

Changed

Fixed

Upgrade notes

  1. Consider stopping pleroma before the migrations to avoid security issues, it should just take few minutes.
  2. Run database migrations (inside Pleroma directory):
    • OTP: ./bin/pleroma_ctl migrate
    • From Source: mix ecto.migrate
  3. (Re)start Pleroma
— rinpatch