Notices

Stay Logged In

Old 02-07-2014, 02:44 PM
  #1  
FitDay Premium Member
Thread Starter
 
Join Date: Feb 2014
Posts: 1
Default 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?
sgnelson1 is offline  
Old 02-10-2014, 05:37 AM
  #2  
Administrator
 
Join Date: Nov 2012
Posts: 370
Default

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.
tyen is offline  
Old 02-22-2014, 12:58 AM
  #3  
FitDay Member
 
Join Date: Jun 2012
Posts: 16
Default

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.
Skoorb is offline  

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

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