Hi guys,

This module checks the status value of the users table as if it were a string. It is a smallint. It cannot be checked with a string such as '1' or '0'. It must be an integer: 1 or 0, without the quotes.

See attached.

Thank you.
Alexis Wilke

CommentFileSizeAuthor
password_policy-user-status.patch2.26 KBAlexisWilke

Comments

erikwebb’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)
erikwebb’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Patch (to be ported) » Fixed

This appears to be a non-issue in 7.x-1.x, because we moved to DBTNG dynamic queries.

AlexisWilke’s picture

Yeah and it looks like PostgreSQL relaxed that in 9.x because it doesn't happen anymore now! So it would not be an issue for users with a newer version of the database cluster.

Thank you.
Alexis Wilke

Automatically closed -- issue fixed for 2 weeks with no activity.