TT#12601 New column to store salted bcrypt hash

Change-Id: I55e12b1f0e8782759c311ad6a7f880d80858643a
changes/00/11900/1
Andreas Granig 9 years ago
parent 6dc66aeeff
commit 17a5cdaa2d

@ -35,6 +35,8 @@ __PACKAGE__->add_columns(
encode_args => {algorithm => 'MD5', format => 'hex'},
encode_check_method => 'check_password',
},
"saltedpass",
{ data_type => "char", size => 54, is_nullable => 1 },
"is_master",
{ data_type => "tinyint", default_value => 0, is_nullable => 0 },
"is_superuser",

Loading…
Cancel
Save