Ugh. I spoke too soon. If I refresh the page, the href tag disappears!
That's really weird.....
EDIT:
I upgraded to v1.12.0 and the problem disappeared (and none of my plugins broke either).
Let us never speak of this again...
Ugh. I spoke too soon. If I refresh the page, the href tag disappears!
That's really weird.....
EDIT:
I upgraded to v1.12.0 and the problem disappeared (and none of my plugins broke either).
Let us never speak of this again...
@jtsimoes said in Reputation system disabled but still get warnings about low reputation for post frequency:
It happened to me on v1.11.1 too. You can "fix" it by setting this to 0 on posts settings.
Thanks!
@KebenSun I modified nodebb-plugin-office-ldap to work with our OpenLDAP server. The code is still a bit rough around the edges....but it works well so far and it's quite configurable. Might be worth a shot for you. Here's the github page:
Log in to NodeBB using credentials stored in an OpenLDAP server. - ink-blot/nodebb-plugin-node-ldap
GitHub (github.com)
The "Segmentation fault (core dumped)" error disappeared today after rebuilding my container with this additional line added to my Dockerfile after installing NodeBB:
RUN npm install [email protected]
Not 100% sure that's the reason its fixed....but anyway it's gone..
I finally got around to publishing nodebb-plugin-node-ldap on npm so it should be available in the plugins menu now in the ACP
Node LDAP Login. Latest version: 1.0.1, last published: 5 years ago. Start using nodebb-plugin-node-ldap in your project by running `npm i nodebb-plugin-node-ldap`. There are no other projects in the npm registry using nodebb-plugin-node-ldap.
npm (www.npmjs.com)
There's some mention of this previously (at the bottom of: Re: Make uploaded files private...?.
Basically is there any way to make uploaded files only accessible to members of a specific group? At the moment any registered user can access any uploaded file if they have the correct link.
Using: NodeBB v1.11.0.
Thanks
Worked it out.
In the admin panel:
Manage>Privileges
then tick the 'upload files' box for registered users.