[freeside-commits] branch FREESIDE_3_BRANCH updated. 1d922daa0a13eec5f7ea97159f6fe588d6bcee71

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


The branch, FREESIDE_3_BRANCH has been updated
       via  1d922daa0a13eec5f7ea97159f6fe588d6bcee71 (commit)
      from  2fd370d2f80ff2b39992d2e646496179cb1b87ab (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 1d922daa0a13eec5f7ea97159f6fe588d6bcee71
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Dec 28 17:23:16 2013 -0800

    self-service access for contacts, RT#25533

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 2a271f0..848e9bb 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1206,7 +1206,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