Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Kimai
  3. Looking for UserIDs

Looking for UserIDs

Scheduled Pinned Locked Moved Solved Kimai
3 Posts 2 Posters 898 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Leggias
    wrote on last edited by
    #1

    Hi all,

    I want to exclude some users for notifications in Kimai (timesheet app). Therefore I need the User IDS in App/Entity/Users. How can I check these?

    Thanks in advance!

    nebulonN 1 Reply Last reply
    0
    • L Leggias

      Hi all,

      I want to exclude some users for notifications in Kimai (timesheet app). Therefore I need the User IDS in App/Entity/Users. How can I check these?

      Thanks in advance!

      nebulonN Offline
      nebulonN Offline
      nebulon
      Staff
      wrote on last edited by
      #2

      @leggias this may be more a question of the upstream app, rather than the package. Not sure how kimai's LDAP integration identifies users by username. But if you need the kimai internal user id then this appears to be an auto increment integer, looking at the mysql table after login.
      If you open the webterminal into the app, you can run the following:

      mysql --user=${CLOUDRON_MYSQL_USERNAME} --password=${CLOUDRON_MYSQL_PASSWORD} --host=${CLOUDRON_MYSQL_HOST} ${CLOUDRON_MYSQL_DATABASE}
      mysql> select * from kimai2_users;
      
      1 Reply Last reply
      1
      • L Offline
        L Offline
        Leggias
        wrote on last edited by
        #3

        Thanks! That was exactly what I was looking for 🙂

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Bookmarks
        • Search