| Version 3 (modified by , 10 years ago) ( diff ) | 
|---|
Account Management Aggregate Manager
Aggregate Managers
Account Management AM
The Account Management is packaged in the omf-aggmgr-accountmanagement package. It provides acount management functions. Needs control panel service for front end.
Installation and Configuration
It can be installed form the package repository with
apt-get install omf-aggmgr-accountmanagement-5.4
Instructions on how to add the Orbit software repository to your list of apt-sources can be found here.
 accountManagement:
    :database:
        # User name and password for scheduler database
        database: 'newScheduler'
    registration:
        email:
            # Administrator email configuration
            sender: 'account-manager@geni.net'
            sender_name: 'Account manager'
        captcha:
            temp_image_dir: '/tmp'
            ttf_file: 'images/font21.ttf'
        proxyPathRegistration: '/userManagement'
        #favicon is either absolute uri, or relative to homeURL or name of file located
        # in public_html/ogs_accountManagement/images
        favicon: 'geni_banner.png'
  Note:
 See   TracWiki
 for help on using the wiki.
    
