[freeside-commits] branch master updated. 8c060beae4c9fa56bc9f84930e96d8e88b5b8c99

Ivan ivan at 420.am
Sat Dec 28 17:23:16 PST 2013


The branch, master has been updated
       via  8c060beae4c9fa56bc9f84930e96d8e88b5b8c99 (commit)
      from  fcdef969bb0b5cd102e212792d995ff6bdb6fc5b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c060beae4c9fa56bc9f84930e96d8e88b5b8c99
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Dec 28 17:23:15 2013 -0800

    self-service access for contacts, RT#25533

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index cb226e7..301111d 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'       => [],

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list