summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-12-28 17:23:15 -0800
committerIvan Kohler <ivan@freeside.biz>2013-12-28 17:23:15 -0800
commit8c060beae4c9fa56bc9f84930e96d8e88b5b8c99 (patch)
tree22cf3d656c85926d3428ce24b5b30f77911a9501 /FS
parentfcdef969bb0b5cd102e212792d995ff6bdb6fc5b (diff)
self-service access for contacts, RT#25533
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index cb226e7bc..301111d50 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1672,7 +1672,10 @@ sub tables_hashref {
'first', 'varchar', '', $char_d, '', '',
'title', 'varchar', 'NULL', $char_d, '', '', #eg Head Bottle Washer
'comment', 'varchar', 'NULL', 255, '', '',
- 'disabled', 'char', 'NULL', 1, '', '',
+ 'selfservice_access', 'char', 'NULL', 1, '', '',
+ '_password', 'varchar', 'NULL', $char_d, '', '',
+ '_password_encoding', 'varchar', 'NULL', $char_d, '', '',
+ 'disabled', 'char', 'NULL', 1, '', '',
],
'primary_key' => 'contactnum',
'unique' => [],