BUG #15932: Module passwordcheck doesn't reference previous hooks
The Post Office <noreply@postgresql.org>
From: PG Bug reporting form <noreply@postgresql.org>
To: pgsql-bugs@lists.postgresql.org
Cc: rafaelthca@gmail.com
Date: 2019-07-29T15:56:35Z
Lists: pgsql-bugs
The following bug has been logged on the website: Bug reference: 15932 Logged by: Rafael Castro Email address: rafaelthca@gmail.com PostgreSQL version: 11.4 Operating system: Any Description: Module passwordcheck doesn't reference (thus, doesn't call) previous hooks: https://github.com/postgres/postgres/blob/master/contrib/passwordcheck/passwordcheck.c#L133 As a result, if passwordcheck is used hook check_password_hook becomes useless.
Commits
-
Fix handling of previous password hooks in passwordcheck
- eea28a3cb369 9.4.24 landed
- 4536e494fdf2 9.5.19 landed
- 957b822b5294 9.6.15 landed
- cb007441789d 10.10 landed
- a7eb28d0caa8 11.5 landed
- 20f5cb19582e 12.0 landed
- b2a3d706b8d7 13.0 landed