| | 1 | == Account Management == |
| | 2 | |
| | 3 | The Account Management is packaged in the ''omf-aggmgr-accountmanagement'' package. |
| | 4 | |
| | 5 | === Installation and Configuration === |
| | 6 | |
| | 7 | It can be installed form the package repository with |
| | 8 | {{{ |
| | 9 | apt-get install omf-aggmgr-accountmanagement-5.4 |
| | 10 | }}} |
| | 11 | |
| | 12 | Instructions on how to add the Orbit software repository to your list of apt-sources can be found [wiki:Documentation/kPackages#UsingtheOribtPackageRepository here]. |
| | 13 | |
| | 14 | {{{ |
| | 15 | accountManagement: |
| | 16 | :database: |
| | 17 | # User name and password for scheduler database |
| | 18 | database: 'newScheduler' |
| | 19 | registration: |
| | 20 | email: |
| | 21 | # Administrator email configuration |
| | 22 | sender: 'account-manager@geni.net' |
| | 23 | sender_name: 'Account manager' |
| | 24 | captcha: |
| | 25 | temp_image_dir: '/tmp' |
| | 26 | ttf_file: 'images/font21.ttf' |
| | 27 | proxyPathRegistration: '/userManagement' |
| | 28 | #favicon is either absolute uri, or relative to homeURL or name of file located |
| | 29 | # in public_html/ogs_accountManagement/images |
| | 30 | favicon: 'geni_banner.png' |
| | 31 | }}} |
| | 32 | |
| | 33 | == Autoapprover == |
| | 34 | |
| | 35 | Formerly known as login service. It implements |