Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lab2023/bundle-agent
Get an other user session
https://github.com/lab2023/bundle-agent
Last synced: 4 days ago
JSON representation
Get an other user session
- Host: GitHub
- URL: https://github.com/lab2023/bundle-agent
- Owner: lab2023
- Created: 2011-08-19T14:12:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-08T00:27:32.000Z (over 13 years ago)
- Last Synced: 2024-11-25T15:14:47.354Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This bundle help user who has right to login for and other user without know their password. The user should be know secret
keyword and his own password.# Requirements
* Kebab 1.5.0.beta1
# How to install
**Copy files**
* Copy modules/agent folder to /applications/modules/agent
* Copy applications/administration/ folter to /web/assets/kebab/applications/administration**Setup database**
* Concat doctrine data files where /development/doctrine/data/fixtures/*.yml to same files on kebab project
* Run `doctrine.php rebuild-db` then `doctrine.php load-data`**Setup Restfull Route**
* If you use restfull controller, you must add `'agent' => array('agent')` to _initRestRoute() method at application/bootstrap.php
**Setup Role Story Management**
* After installation, you should have to give right to roles to use agent from Role Management
**Security**
* Change Agent Security key at module.ini default is 'agent-bundle'
# Development
## Team
1. [Onur Özgür ÖZKAN](http://www.onurozgurozkan.com)
1. [Yunus ÖZCAN](https://github.com/yunusozcan)