Code Monkey home page Code Monkey logo

ep_auth_author's People

Contributors

apenwarr avatar lsowen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ep_auth_author's Issues

basic auth broken with ep 1.6.0

Version number: 1.6.0
Git sha: 602fd46

authentication is not accepted when "is_admin": false,is set for the user;
debug output:

Nov 20 16:46:43 avdvds systemd[1]: Started Etherpad-lite, the collaborative editor..
Nov 20 16:47:11 avdvds nodejs[23911]: [2016-11-20 16:47:11.269] [DEBUG] ep_auth_author - authenticate called
Nov 20 16:47:20 avdvds nodejs[23911]: [2016-11-20 16:47:20.274] [DEBUG] ep_auth_author - authenticate called
Nov 20 16:47:20 avdvds nodejs[23911]: [2016-11-20 16:47:20.278] [DEBUG] ep_auth_author - retrieved authorId null for username author/wamserma
Nov 20 17:06:11 avdvds nodejs[23911]: [2016-11-20 17:06:11.393] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:06:17 avdvds nodejs[23911]: [2016-11-20 17:06:17.666] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:06:17 avdvds nodejs[23911]: [2016-11-20 17:06:17.668] [DEBUG] ep_auth_author - retrieved authorId null for username author/wamserma
Nov 20 17:06:30 avdvds nodejs[23911]: [2016-11-20 17:06:30.737] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:06:31 avdvds nodejs[23911]: [2016-11-20 17:06:31.770] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:07:05 avdvds nodejs[23911]: [2016-11-20 17:07:05.449] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:07:10 avdvds nodejs[23911]: [2016-11-20 17:07:10.120] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:07:10 avdvds nodejs[23911]: [2016-11-20 17:07:10.122] [DEBUG] ep_auth_author - retrieved authorId null for username author/wamserma
Nov 20 17:07:19 avdvds nodejs[23911]: [2016-11-20 17:07:19.116] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:07:55 avdvds nodejs[23911]: [2016-11-20 17:07:55.388] [DEBUG] ep_auth_author - authenticate called
Nov 20 17:08:10 avdvds nodejs[23911]: [2016-11-20 17:08:10.250] [DEBUG] ep_auth_author - handleMessage called
Nov 20 17:08:10 avdvds nodejs[23911]: [2016-11-20 17:08:10.253] [INFO] ep_auth_author - Set author a.SmAjyViHZtQOaQsZ for user author/wamserma
Nov 20 17:08:10 avdvds nodejs[23911]: [2016-11-20 17:08:10.255] [DEBUG] ep_auth_author - Set AuthorName to default value of undefined for author a.SmAjyViHZtQOaQsZ
Nov 20 17:08:23 avdvds nodejs[23911]: [2016-11-20 17:08:23.467] [DEBUG] ep_auth_author - handleMessage called
Nov 20 17:08:23 avdvds nodejs[23911]: [2016-11-20 17:08:23.469] [INFO] ep_auth_author - Set author a.SmAjyViHZtQOaQsZ for user author/wamserma
Nov 20 17:08:23 avdvds nodejs[23911]: [2016-11-20 17:08:23.471] [DEBUG] ep_auth_author - Set AuthorName to default value of undefined for author a.SmAjyViHZtQOaQsZ
Nov 20 17:08:41 avdvds nodejs[23911]: [2016-11-20 17:08:41.054] [DEBUG] ep_auth_author - handleMessage called
Nov 20 17:08:41 avdvds nodejs[23911]: [2016-11-20 17:08:41.059] [INFO] ep_auth_author - Set author a.SmAjyViHZtQOaQsZ for user author/wamserma
Nov 20 17:08:41 avdvds nodejs[23911]: [2016-11-20 17:08:41.060] [DEBUG] ep_auth_author - Set AuthorName to default value of undefined for author a.SmAjyViHZtQOaQsZ
Nov 20 17:08:51 avdvds nodejs[23911]: [2016-11-20 17:08:51.735] [DEBUG] ep_auth_author - handleMessage called
Nov 20 17:08:51 avdvds nodejs[23911]: [2016-11-20 17:08:51.737] [INFO] ep_auth_author - Set author a.SmAjyViHZtQOaQsZ for user author/wamserma
Nov 20 17:08:51 avdvds nodejs[23911]: [2016-11-20 17:08:51.739] [DEBUG] ep_auth_author - Set AuthorName to default value of undefined for author a.SmAjyViHZtQOaQsZ

ep_auth_author released npm does not match github repo

The github repo contains a documentation fix to recommend the "author_name" setting instead of "authorName", and identifies itself as 0.0.2. The released npm identifies itself as 0.0.4, but does not contain this documentation fix (which is very confusing and probably makes the plugin unusable to most people!).

Did you forget to release the latest repo? Is there another repo that 0.0.4 was released from, which does not contain the documentation fix?

authorName doesn't work

Hello,
the authorName setting doesnt do anything at all,
Users still have no author name.

It also doesn't work without the authorName

Here is an example:

"ep_auth_author": {
"prefix": "author/"
},
"users": {
"author/test": {
"authorName": "TestUser",
"password": "changeme",
"is_admin": false
},
}

This leads to the user being unnamed.
which is the same if i do :

"ep_auth_author": {
"prefix": "author/"
},
"users": {
"author/test": {
// "authorName": "TestUser",
"password": "changeme",
"is_admin": false
},
}

Thank you

Congratulations and a question about ep_auth_author and ep_ldapauth.

Hello lsowen,

First of all, thank you for this awesome plugin!!

Is it possible to use ep_auth_author with ep_ldapauth plugin? It would be incredible to access etherpad-lite with ep_ldapauth and "remember" the authorname and colors for every user with your plugin.

Thank you very much.

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.