Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin panel: 'Manage users' only allows to add new users #1180

Closed
zauster opened this issue Jan 11, 2024 · 1 comment
Closed

Admin panel: 'Manage users' only allows to add new users #1180

zauster opened this issue Jan 11, 2024 · 1 comment

Comments

@zauster
Copy link

zauster commented Jan 11, 2024

Steps to Reproduce

  1. Being an admin for a local instance of Overleaf CE, go to 'Admin' and then 'Manage users'

Expected Behaviour

I expected to see a list of current users and actions to perform (such as adding new users, deleting users, etc) on them.

Observed Behaviour

I have only the ability to add new users. I do not even see if someone is already invited.
2024-01-11T09:20:24,972041019+01:00

Context

Running a local instance without any admin options through the web UI is burdensome.

Technical Info

root@wikijs ~/overleaf-toolkit # bin/doctor
====== Overleaf Doctor ======
- Host Information
    - Linux
    - Output of 'lsb_release -a':
            Distributor ID:     Debian
            Description:        Debian GNU/Linux 12 (bookworm)
            Release:    12
            Codename:   bookworm
- Dependencies
    - bash
        - status: present
        - version info: 5.2.15(1)-release
    - docker
        - status: present
        - version info: Docker version 24.0.7, build afdd53b
    - realpath
        - status: present
        - version info: realpath (GNU coreutils) 9.1
    - perl
        - status: present
        - version info: 5.036000
    - awk
        - status: present
        - version info: mawk 1.3.4 20200120
    - openssl
        - status: present
        - version info: OpenSSL 3.0.11 19 Sep 2023 (Library: OpenSSL 3.0.11 19 Sep 2023)
    - docker compose
        - status: present
        - version info: Docker Compose version v2.21.0
- Docker Daemon
    - status: up
====== Configuration ======
- config/version
    - status: present
    - version: 4.2.0-with-texlive-full
- config/overleaf.rc
    - status: present
    - values
        - SHARELATEX_DATA_PATH: data/sharelatex
        - SERVER_PRO: false
        - SHARELATEX_LISTEN_IP: 127.0.0.1
        - SHARELATEX_PORT: 82
        - MONGO_ENABLED: true
        - MONGO_IMAGE: mongo:4.4
        - MONGO_DATA_PATH: data/mongo
        - REDIS_ENABLED: true
        - REDIS_IMAGE: redis:6.2
        - REDIS_DATA_PATH: data/redis
        - NGINX_ENABLED: false
        - NGINX_CONFIG_PATH: config/nginx/nginx.conf
        - TLS_PRIVATE_KEY_PATH: config/nginx/certs/overleaf_key.pem
        - TLS_CERTIFICATE_PATH: config/nginx/certs/overleaf_certificate.pem
        - NGINX_HTTP_LISTEN_IP: 172.16.0.4
        - NGINX_HTTP_PORT: 80
        - NGINX_TLS_LISTEN_IP: 172.16.0.4
        - TLS_PORT: 443
        - GIT_BRIDGE_ENABLED: false
- config/variables.env
    - status: present
    - values
        - SHARELATEX_FILESTORE_BACKEND: fs
        - SHARELATEX_HISTORY_BACKEND: fs
====== Warnings ======
- None, all good
====== End ======
@Musicminion
Copy link

Musicminion commented Jan 11, 2024

That is true, since user management is not Overleaf Community Edition's feature.

@zauster zauster closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants