Skip to content

Conversation

@devnexen
Copy link
Member

handy call to change an user password while taking care transparently of the password's encryption.

@devnexen devnexen marked this pull request as ready for review May 18, 2024 11:01
@devnexen devnexen requested a review from kocsismate as a code owner May 18, 2024 11:01
function pg_result_memory_size(PgSql\Result $result): int {}
#endif

function pg_change_password(PgSql\Connection $connection, string $user, string $password): bool {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The password parameter should have the SensitiveParameter attribute

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah very true I forgot about this.

devnexen added 3 commits May 20, 2024 12:05
handy call to change an user password while taking care transparently
of the password's encryption.
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if CI is green, do not forget the UPGRADING entry. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants