Jeff

Results 153 comments of Jeff

Hi. Can you please take a look at #4173 to see if the solution there helps you? If so, I can link this issue to the PR.

Hi. Can you please take a look at #4173 to see if the solution there helps you? If so, I can link this issue to the PR.

Hi. It looks like Sorting by Last Seen was implemented in 2019 April. Here is the commit: https://github.com/phpipam/phpipam/commit/664f666f470686882476525d76c4345e0741db7f Can we close this issue?

Hi. From the `functions/classes/class.Password_check.php` script, the allowed special characters are the following: ``` # _ - ! [ ] = ~ * ``` Other characters are not permitted in passwords.

Yes, you can add `@` as an allowed character in the settings. > ![image](https://github.com/user-attachments/assets/3c5ef77a-e918-4e34-bcec-681959e9ff44)=

Hi. Can this issue be closed?

Can you please provide the output of these two commands? Please do them on your existing working IPAM, plus on your new broken IPAM. 1. In the SQL database, do...

That's what I thought was happening. Your database and your files are not matching. You used `git` to clone the `master` branch of the repository, but your database is from...

I don't have an answer for why the table would be missing. Just to confirm, you did a `mysqldump` and then a `mysql` using the `

Your logic is correct that restoring the database on another server will still allow you to login locally, at which point you can either fix or disable LDAP. Being tied...