Code Monkey home page Code Monkey logo

grav-plugin-loginldap's People

Contributors

markleary avatar rbukovansky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

grav-plugin-loginldap's Issues

Error after entering credentials

When my user enters credentials on login page, I'm getting this error:

Whoops \ Exception \ ErrorException (E_NOTICE)
Undefined index: Grav\Plugin\LoginLdap\

screen shot 2017-03-08 at 14 10 43

@markleary Any idea, what's going on, please? Thanks.

Class 'Grav\Plugin\LoginLdap\Controller' not found

Hi, i have this problem with the plugin, when I try to login, this error is displayed:

Class 'Grav\Plugin\LoginLdap\Controller' not found

It is related with the line 230 in the file "/plugins/loginldap/loginldap.php" apparently

Any idea?

Thanks in advance

Update?

Hi,

GRAV and the admin panel with the login plugin was updated.
your loginLDAP plugin is not working in the new Version.

have you planned an update?

Use LoginLdap with Admin plugin?

Not an issue. Just a question.

I've got Admin installed, and have hacked it's check for login plugin. But can LoginLdap be integrated so I can login to the Admin with AD creds?

LoginLDAP plugin cannot work together with Admin plugin

Hi,
First of all, thanks a lot for the plugin!

When trying to install LoginLDAP plugin from admin panel, I have this error:
The Login plugin needs to be disabled.

// This plugin is meant to be used in place of Login plugin, Login should not be enabled
        if ($this->grav['config']->get('plugins.login.enabled')) {
            throw new \RuntimeException('The Login plugin needs to be disabled.');
        }

If I disable the login plugin, then I got this error:
One of the required plugins is missing or not enabled

// Check for required plugins
        if (!$this->grav['config']->get('plugins.login.enabled') || !$this->grav['config']->get('plugins.form.enabled') || !$this->grav['config']->get('plugins.email.enabled')) {
            throw new \RuntimeException('One of the required plugins is missing or not enabled');
        }

In file /user/plugins/admin/admin.php

So, it's a deadlock! I cannot install LoginLdap but cannot disable Login either! In order to make it work, I had to hack the admin plugin to check for existence of login OR loginldap.
Is there any way to make this work without hacking the admin plugin? Maybe for future versions?
Thanks a lot for the plugin!

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.