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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Looking for UserIDs

    Kimai
    2
    3
    176
    Loading More Posts
    • 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
      Leggias last edited by

      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!

      nebulon 1 Reply Last reply Reply Quote 0
      • nebulon
        nebulon Staff @Leggias last edited by

        @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 Reply Quote 1
        • L
          Leggias last edited by

          Thanks! That was exactly what I was looking for 🙂

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB