Git Product home page Git Product logo

dokuwiki-openid's People

Contributors

adrianheine avatar znarf avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

dokuwiki-openid's Issues

Incompatibility with DokuWiki 2010-11-07

Hi, thank you for your work on the plugin.
The plugin does not seem to work with DokuWiki 2010-11-07. Could you please fix the problem.

I'm getting these lines after I chose to login using openID and enter my openid URL:
Warning: Call-time pass-by-reference has been deprecated in server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php on line 1184

Warning: Call-time pass-by-reference has been deprecated in server_directories/wiki/lib/plugins/openid/Auth/Yadis/Manager.php on line 416

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php:1184) in server_directories/wiki/lib/plugins/openid/action.php on line 117

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php:1184) in server_directories/wiki/lib/plugins/openid/action.php on line 117

Warning: Cannot modify header information - headers already sent by (output started at server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php:1184) in server_directories/wiki/lib/plugins/openid/action.php on line 99

Cannot install plugin 2.2.0 into DokuWiki 2012-09-10

I am trying to install the latest version (i.e. presumably 2.2.0) into DokWiki 2012-09-10. I get the following error message:

Konnte das Plugin https://www.dokuwiki.org/lib/exe/fetch.php?hash=bbb735&media=http%3A%2F%2Fh6e.net%2Freleases%2Fdokuwiki-openid-plugin-latest.tar.gz nicht installieren

(i.e. "could not install ...") Is this a known incompatibility? (I noticed elsewhere that the plugin version seems to tolerate even older versions of DokuWiki.) How can I obtain further diagnostic information and resolve the issue e.g. by perhaps employing an older version of the plugin. (Upgrading DokuWiki would be inconvenient at this point.)

Doesn't generate registernotify email

When a new user logs in with their OpenID credentials and then goes on to register their real name, username, etc. the registernotify configuration is not followed; no email is generated. I submit this as a quick fix:

--- action.php.orig 2012-12-03 12:01:30.659645805 -0800
+++ action.php  2012-12-03 11:59:00.673286389 -0800
@@ -435,6 +435,9 @@

        $this->update_session($user);

+       //need to adhere to registernotify
+       notify('', 'register', '', $_POST['login'], false, array('NEWUSER'  => $_POST['login'], 'NEWNAME'  => $_POST['fullname'], 'NEWEMAIL' => $_POST['email']));
+
        // account created, everything OK
        $this->_redirect(wl($ID));
    }

Incompatibility with DokuWiki 2010-11-07

Hi, thank you for your work on the plugin.

I'm reopening this bug because I've closed the first one by accident. https://github.com/znarf/dokuwiki-openid/issues/closed#issue/1

The plugin does not seem to work with DokuWiki 2010-11-07. Could you please fix the problem.

I'm getting these lines after I chose to login using openID and enter my openid URL:
Warning: Call-time pass-by-reference has been deprecated in server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php on line 1184

Warning: Call-time pass-by-reference has been deprecated in server_directories/wiki/lib/plugins/openid/Auth/Yadis/Manager.php on line 416

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php:1184) in server_directories/wiki/lib/plugins/openid/action.php on line 117

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php:1184) in server_directories/wiki/lib/plugins/openid/action.php on line 117

Warning: Cannot modify header information - headers already sent by (output started at server_directories/wiki/lib/plugins/openid/Auth/OpenID/Consumer.php:1184) in server_directories/wiki/lib/plugins/openid/action.php on line 99

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.