Which log file logs sessions / admin log-ins
Hi @Matthias.Beck. What do you mean with console?
View ArticleWhich log file logs sessions / admin log-ins
Hey @fliebe92 I’m referring to the Sessions / Sitzungen Option in the Admin GUI (Settings / System) I can see the sessions there, but I’d like to know, if there’s a way to see when the actual login...
View ArticlePackage Sorting in tablei by columns
Hi, I need to create a table using App.ControllTable that will have the ability to sort by column. This is my code: class AssetModel extends App.ControllerSubContent @requiredPermission:...
View ArticlePackage Sorting in tablei by columns
Your code is super hard to read. Please consider code tags.
View ArticlePackage Sorting in tablei by columns
Sorry I didn’t notice class AssetModel extends App.ControllerSubContent @requiredPermission: 'admin.assetModel' header: __('Lista modeli') events: 'click .js-description': 'showDescriptionModal'...
View ArticleHow to mask form inputs
Hi, is this possible to use jQuery Mask Plugin in zammad, if so how can i do this? Are there any other options? For example i want to mask TIN to be exactly 9 digits class AssetModelModal extends...
View ArticleAlternative to the graph permission "IMAP.AccessAsUser.all" possible?
Hello everyone, I am an IT employee in a german bank and we have been enthusiastic users of Zammad for some time. We have implemented the ticket system widely and deeply. Thank you very much for this...
View ArticleSetup for a custom "landing page" after login
Infos: Used Zammad version: 3.1.4 Used Zammad installation type: docker-compose Operating system: RHEL 8 Browser + version: Firefox / Chrome… Question: I’d like to setup a different overview as...
View ArticleSetup for a custom "landing page" after login
pvilarem: 3.1.4 That is a drastically outdated Zammad version. Please upgrade to the current stable (6.3.1 as of now) asap to secure your installation.
View ArticleGitLab OAuth Integration with Access Control
Infos: Used Zammad version: 6.3.1-1718860451.0f341764.jammy Used Zammad installation type: (source, package, docker-compose, …) Operating system: Ubuntu Browser + version: Firefox+Chrome Expected...
View ArticleGitLab OAuth Integration with Access Control
No that’s not possible without e.g. LDAP mapping.
View ArticleMigration from docker to source installation
Infos: Used Zammad version: 5.4.0 Used Zammad installation type: docker Operating system: Debian GNU/Linux 11 (bullseye) Expected behavior: Login page should come up Actual behavior: 502 bad gateway...
View ArticleGitLab OAuth Integration with Access Control
Thank you for the clarification, I appreciate it.
View ArticleSetup for a custom "landing page" after login
Ooop sorry my mistake : error of copy/paste. I’m using the master branch of GitHub - zammad/zammad-docker-compose: Zammad Docker images for docker-compose and it’s current last known tag is v12.0.0
View ArticleSetup for a custom "landing page" after login
So as per commit log i’d say i’m with Zammad 6.3.1
View ArticleWhich log file logs sessions / admin log-ins
Matthias.Beck: I can see the sessions there, but I’d like to know, if there’s a way to see when the actual login occured. You can see this in the production.log file (usually located in...
View ArticleAute-assign current user on ticket creation ?
Is there an option to auto-assign the current user as a customer on ticket creation ?
View ArticleSetup for a custom "landing page" after login
Maybe the setting “default_controller” could help to change the default route after the login, when no “redirect_url” exists in the url.
View ArticleSetup for a custom "landing page" after login
Hello, thanks for your time, I appreciate it. Is it just a setup modification or do i need to patch the code to create a custom routing rule ?
View ArticleSetup for a custom "landing page" after login
Maybe this helps: Advanced customization settings — Zammad System Documentation documentation It can be done with the rails console.
View Article