| 21 | | |
| 22 | | |
| 23 | | == Account Management == |
| 24 | | |
| 25 | | The Account Management is packaged in the ''omf-aggmgr-accountmanagement'' package. |
| 26 | | |
| 27 | | === Installation and Configuration === |
| 28 | | |
| 29 | | It can be installed form the package repository with |
| 30 | | {{{ |
| 31 | | apt-get install omf-aggmgr-accountmanagement-5.4 |
| 32 | | }}} |
| 33 | | |
| 34 | | Instructions on how to add the Orbit software repository to your list of apt-sources can be found [wiki:Documentation/kPackages#UsingtheOribtPackageRepository here]. |
| 35 | | |
| 36 | | {{{ |
| 37 | | accountManagement: |
| 38 | | :database: |
| 39 | | # User name and password for scheduler database |
| 40 | | database: 'newScheduler' |
| 41 | | registration: |
| 42 | | email: |
| 43 | | # Administrator email configuration |
| 44 | | sender: 'account-manager@geni.net' |
| 45 | | sender_name: 'Account manager' |
| 46 | | captcha: |
| 47 | | temp_image_dir: '/tmp' |
| 48 | | ttf_file: 'images/font21.ttf' |
| 49 | | proxyPathRegistration: '/userManagement' |
| 50 | | #favicon is either absolute uri, or relative to homeURL or name of file located |
| 51 | | # in public_html/ogs_accountManagement/images |
| 52 | | favicon: 'geni_banner.png' |
| 53 | | }}} |
| 54 | | |
| 55 | | == Autoapprover == |
| 56 | | |
| 57 | | Formerly known as login service. It implements |