MantisBT: master-1.2.x 7124ee6f

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-08-01 13:34 master-1.2.x c013fabb
Affected Issues  0014466: New Signup user has protected account
Changeset

Fix new signup user is protected account on PostgreSQL

This fixes a regression introduced with resolution of 0014288 (see commit
b8d4b5039598248d0b0c78619450c51d4dc98df2)

The user_create() function was not properly resetting the account's
protected flag to false due to specific handling of Boolean type as a
string for PostgreSQL.

Fixes 0014466

mod - core/user_api.php Diff File