Skip to content

Change current user password

DBeaverDevOps edited this page Feb 9, 2024 · 1 revision

Table of contents

DBeaver can change credentials for the current database user.

Databases that support this feature:

  • PostgreSQL
  • Greenplum
  • Cockroach
  • Redshift
  • Netezza
  • SQL Server
  • Oracle
  • Exasol
  • Snowflake
  • Vertica

Changing expired user password

Different databases perform password management for users in different ways. For some of them, you can change the user password after the expiration date. It works for Oracle, PostgreSQL, and Netezza databases.

For the rest, database users must change the password before the expiration. Otherwise, it will be impossible to do it in DBeaver.

How to change the user password

You can change the current user password in the Navigation Tree according to the instructions below:

  1. Connect to the database.
  2. Open the context menu by right-clicking on the connection in the Navigation tree.
  3. Select a "Security" point and click on a "Change user password" point in a sub-menu.

  1. When a new password input dialog opens, enter and confirm the new password.

  1. Confirm the password changes. (This dialog will not appear if the entered password is incorrect).

The password has been changed.

DBeaver Desktop Documentation

General User Guide

Database Management

DBeaver PRO

Databases support

Customizing DBeaver

Troubleshooting

Admin Guide

License management

Tutorials

Development

Clone this wiki locally