MantisBT: master d9e97d9e

Author Committer Branch Timestamp Parent
dregad dregad master 2012-08-01 13:34 master 81c42d33
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