---
number: 30264
slug: 30264-dashboard-updates-21-10-24-04-11-24
published: 2024-11-04
discussion: https://github.com/orgs/supabase/discussions/30264
labels:
  - frontend
  - auth
page: https://supabase.com/changelog/30264-dashboard-updates-21-10-24-04-11-24
---

# Dashboard Updates [21/10/24 - 04/11/24]

## Spam validation check now added to Auth templates

![image](https://github.com/user-attachments/assets/a0dffb5a-6cf5-436e-8364-cbaca61815b1)

We've now added a spam validation checker for your email templates in the Auth section of the dashboard! This is powered by [SpamAssassin](https://spamassassin.apache.org/doc.html) and is in hopes to assist you with writing email content in a way to avoid being marked as spam by email clients.

You will still be able to save your email templates regardless of whether you're using the built-in SMTP provider or a custom SMTP provider. However, we highly recommend fixing these warnings since they can affect email deliverability.

PR: [https://github.com/supabase/supabase/pull/30188](https://github.com/supabase/supabase/pull/30188)

Links: [https://supabase.com/dashboard/project/_/auth/templates](https://supabase.com/dashboard/project/_/auth/templates)

## Other improvements and bug fixes

[Authentication](https://supabase.com/dashboard/project/_/auth/users)
- Hovering over auth logs for a user will show relative time info ([PR](https://github.com/supabase/supabase/pull/30013))
- Allow sorting on last signed in at for users ([PR](https://github.com/supabase/supabase/pull/30202))
- Allow selection of functions that return void for auth hooks ([PR](https://github.com/supabase/supabase/pull/30022))
- Allow updating of SMS rate limit irregardless of SMS autoconfirm being enabled ([PR](https://github.com/supabase/supabase/pull/30039))

[Storage](https://supabase.com/dashboard/project/_storage/buckets)
- Fix developer roles not being able to update buckets ([PR](https://github.com/supabase/supabase/pull/30024))

[Database](https://supabase.com/dashboard/project/_/database/indexes)
- Fix create index "Select a table" combobox not using search input ([PR](https://github.com/supabase/supabase/pull/29986))
- Support opening tables in table editor from the schema visualizer ([PR](https://github.com/supabase/supabase/pull/30052))

[Logs & Analytics](https://supabase.com/dashboard/project/_/logs/edge-logs)
- Fix filters for log reports ([PR](https://github.com/supabase/supabase/pull/30102))
