FitDay Discussion Boards

FitDay Discussion Boards (https://www.fitday.com/fitness/forums/)
-   FitDay 2.0 Feedback & Support (https://www.fitday.com/fitness/forums/fitday-2-0-feedback-support/)
-   -   Stay Logged In (https://www.fitday.com/fitness/forums/fitday-2-0-feedback-support/10646-stay-logged.html)

sgnelson1 02-07-2014 02:44 PM

Stay Logged In
 
I would like the option of staying logged in instead of having to re-log every time I use FitDay. Is that an enhancement you'll consider?

tyen 02-10-2014 05:37 AM

Try this automated link to see if it fixes things:

https://www.fitday.com/webfit/reset.php

Also, try leaving a logged in Fitday window open and see if it helps prevent you from becoming logged out.

Skoorb 02-22-2014 12:58 AM

For some reason the developers refuse to allow this, and last I checked the form fields were not of the proper type for some apps to remember the username/pass on your behalf. Here is what I have done:

1) Create a new text file anywhere on your computer, like in c:\FILES. Rename it to fitday.html

2) Paste exactly this into that file:
Code:

<form id="form-login" method="POST" action="https://www.fitday.com/fitness/Login.html">
<p><label for="LoginName">Username</label><input id="username" type="text" name="LoginName" value="PUTYOURUSERNAMEHERE" /></p>
<p><label for="Password">Password</label><input type="password" autocomplete="off" name="Password" value="PUTYOURPASSWORDHERE" /></p>
<p><label for="login"></label><input type="submit" name="login" value="Login" /></p>
</form>
<script>
    document.forms[0].submit();
</script>

Be sure to replace PUTYOURUSERNAMEHERE with your username and PUTYOURPASSWORDHERE with your password.

3) Bookmark this in your browser: file:///C:/FILES/Fitday.html. This book mark now calls that local file with your username/pass hard-coded and the javascript automatically submits. I'd say 1/8 times or so this doesn't submit properly due to an error at fitday.com, so just hit the book mark again and you're good.

This file recreates the functionality of the fitday.com login page, and submits your username/pass to the same page the normal login page does. The page AFTER the regular fitday.com login doesn't care who submitted the username/pass, just that they are submitted, so in this case you're submitting it from your local machine. This won't affect any functionality whatsoever once you're logged in to fit day.


All times are GMT -12. The time now is 09:15 AM.


Copyright © 2024 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.