GithubHelp home page GithubHelp logo

midorikocak / authake Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nchankov/authake

70.0 70.0 24.0 721 KB

The most easy to use authorization plugin is finally out with tremendous changes.

License: GNU General Public License v3.0

PHP 97.35% Shell 0.10% CSS 2.54% JavaScript 0.01%

authake's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

authake's Issues

Too many redirection errors

Someone reported that with windows server and Cake 2.3.1 there are too many redirections issues. Is there anyone to help about this?

Rule edit problem

When you edit rule, the permission changes to allow always. Why does this happen? Any idea?

Have Composer way?

It could be cool to have a way to install it using composer. What do you think about that?

Pagination in Users index

I was missing pagination in Users index on a system with more then 10 users.
Changed line 25 in View/Users/index.ctp to

<div class="span6 pagination">
  <ul>
    <?php echo $this->Paginator->prev('<<', array('tag' => 'li', 'disabledTag' => 'span'), null, array()); ?>
    <?php echo $this->Paginator->numbers(array('tag' => 'li', 'separator' => '', 'currentTag' => 'span', 'first' => 2, 'last' => 2, 'modulus' => 20, 'ellipsis' => '<li><span>...</span></li>')); ?>
    <?php echo $this->Paginator->next('>>', array('tag' => 'li', 'disabledTag' => 'span'), null, array()); ?>
  </ul>
</div>

Just a possible solution.

Email failed

After registration I get this message :

"Could not send email."

I have the the app/Config/email.php setup correctly. The problem is authake doesnt use these settings. I fixed the problem by changing the file Controller/userController.php to use :

$email = new CakeEmail('default');

Fatal Error - Rule not found

I'm quite new to this plugin. But I cannot get it work. All of my app breaks because of this

Fatal error: Class 'Rule' not found in C:\Users...\app\Plugin\Authake\Controller\Component\AuthakeComponent.php on line 251

edit: I'm using Cakephp 2.3.9, maybe this is the problem?

Can you help?
Thanks
Massimo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.