iDashboard-PHP icon indicating copy to clipboard operation
iDashboard-PHP copied to clipboard

http auth on each site help

Open phairplay opened this issue 8 years ago • 5 comments

Hi, over on your new fab Organizr (I'm not able to move over to Organizr as it doesn't play well on an ipad) someone posted how to get around the http auth on each sub if accessed through the main domain

https://github.com/causefx/Organizr/issues/20

you mentioned about using the cookie your program creates, is this possible to do with Idashboard?

:) 👍

phairplay avatar Feb 23 '17 16:02 phairplay

iDash also set's a cookie.

setcookie("logged", $hash_pass, time() + (86400 * 7), "/");

$_COOKIE["logged"]

causefx avatar Feb 23 '17 16:02 causefx

Okay I'll have a look as it doesn't work :(

phairplay avatar Feb 23 '17 17:02 phairplay

How do u have it written?

Sent from my iPhone

On Feb 23, 2017, at 10:38 AM, phairplay [email protected] wrote:

Okay I'll have a look as it doesn't work :(

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

causefx avatar Feb 23 '17 17:02 causefx

Erm I don't I was just going to redownloaded idashboard and try again

Or is there an easier way?

phairplay avatar Feb 23 '17 18:02 phairplay

Oh ok. That should work

causefx avatar Feb 23 '17 18:02 causefx