Jeff
Jeff
I've done some research on this and would like to share some info. We can see an issue when you make some adjustments to the `app/login/login_check.php` file. Under the section...
And a little more info. I found that my phpipam is keeping session info in the database, rather than using the default PHP session handler (which is `files`). Therefore, I...
@phpipam I was wondering if you could tag this as a bug, and perhaps assign the issue.
@sophiagracia It is impossible to save a hashed password while preserving the capability of submitting it to another system. Fundamentally, a hashed password is not reversible; only an encrypted password...
First, a GitHub tip. When you paste multi-line code, like the tcpdump above, surround the entire thing with triple backticks. A backtick is the thing that shares the tilde key:...
The proxy config works for me. Can you paste the output of `tcpdump host ` while hitting the "Version Check" page? Also, the screenshot of the failure message from the...
Hi. Personally, I never use `git` to download or upgrade software. I use `wget` to pull down a `tar.gz` from the [Releases ](https://github.com/phpipam/phpipam/releases) page. (I always rename my existing folder...
Hi. Thank you for providing the above message strings. However, they are difficult to use because they need to be linked with the English strings. Can you please put your...
Hi. While there may be varying opinions on this topic, IPAM is fundamentally the process of keeping track of what IP addresses are allocated for what purposes. If an IP...
Hi. I am researching this issue, but I am not able to reproduce it. Is it still happening, or is it fixed in the `master` branch?