nette-acl
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:"Static ACL in Nette Framework" tutorial sources
Static ACL in Nette Framework
=============================

The most simple application in Nette Framework to demonstrate ACL authorization mechanizm. Admin section is protected by Nette\Security\Acl.

- Nette Framework not included!
- make `log`, `temp`, `temp/cache` and `temp/sessions` writtable
- database schema and data can be found in `resources` folder

To test application, navigate to http://APPLICATION_URL/admin

password and logins:
- admin@exmaple.com		admin
- betty@example.com		pokus
- brown.p@example.com	pokus

Password are set for security.salt configured in `app/config.neon`. If you change this salt, you must regenerate passwords manualy and store them to DB. Formula for generating on console is:

`$ php -a`
`Interactive shell`
` `
`php > echo sha1($password . $salt);`

Live demo at http://nette.srigi.sk/acl

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。