Results 53 comments of Josh Panter

I realize this is old, but I just stumbled on it. Here are some options for that: - A client side SSL certificate -- Can be used with `SLOptions +FakeBasicAuth`...

This has been accomplished in my fork.

This has been accomplished in my fork and my [AuthMgrPlus](https://github.com/joshp23/YOURLS-AuthMgrPlus) merge project.

thank you @derpydm . fixed

there appears to be a problem with upstream project's code. until that is fixed, it appears no SVG.

I would start with moving users to the database, hashing passwords with [password_hash()](https://secure.php.net/manual/en/function.password-hash.php), and verifying users with something like ``` // intercept the login process yourls_add_filter( 'is_valid_user', 'amp_is_valid_user' ); //...

Odd, when I went to check this behavior, I experienced the same, however after some fiddling to debug, and then fiddling exactly back to current `latest release` state, it behaves...

I'm wondering if there are other plug-ins effecting this behavior.

this could be a not so bad thing. maybe printing to the YOURLS log?

no clue. I'm looking into this as I have time. I've been very busy in my 9 to 5 and my OS projects have been suffering as a result.