Fix: Admin User NIL checks#377
Merged
Merged
Conversation
sergeyeva-olga
approved these changes
Dec 7, 2025
Member
sergeyeva-olga
left a comment
There was a problem hiding this comment.
makes sense should work properly
Collaborator
Author
|
Switching passwords and environments working on a live server and on local |
Tim-Grube
added a commit
that referenced
this pull request
Jan 15, 2026
* Fix: custom admin data not parsed (#375) * fix: admin data only checked in production mode * add: changing admin password now is possible * fix: admin user nil check (#377) * fix: react server vulnerabilities * add: develop branch to code runner * fix: fix test seeding in production (#379) * Prettify seeding code (#380) * refactor seeding code, fix faulty dev seeding * security: test users are deleted in PROD * security: invalidate sessions on server reboots * implement: #386 (#389) - replaces anchor nodes with nextjs links * fix: faulty hmac generation in password hashs (#381) * Implement: Messages if no tickets are found (#388) * Implement: Trim docker image size (#390) * fix: docker cves, trim image * Implement: Config files for setting up docker (#392)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #376
Turns out my nil check did not work as I expected it would. Good thing we now have the
developbranch lol