--- id: database-passwords title: "Database Passwords" slug: database-passwords custom_edit_url: https://github.com/supabase/supabase/edit/master/web/spec/postgres.yml --- import Tabs from '@theme/Tabs'; import TabsPanel from '@theme/TabsPanel'; Manage the passwords of your database users using any super user. ## Examples ### Password reset ```sql alter user postgres with password 'new_password'; ```