Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)