Login Problem

Forum post

Author
Message

Darth.Severus
Posts: 13
Posted on: 2013-03-26 17:41:48.000
I had to reset my passwort 2 times, cause I could not login.

Rocket Man
Posts: 383
Posted on: 2013-03-26 23:00:14.000
If you didn't forget your password, I might have accidentally set the cookies to expire at some random date (usually it should set it to a year from your login, but there might still be something hardcoded in there). I'll check the code and see if it's anything I did.

But you're back now!

Darth.Severus
Posts: 13
Posted on: 2013-03-27 04:41:03.000
:) Yes I'm back now, without my heavy resource consuming cat, but with Cameron (she was indirecly a reason why I started to learn programming, and especially some kind of Lisp - if I ever construct something like that, Lisp may be most helpfull). :)

There is one more minor error: As long as a user isn't logged in, the bar on the top hides some parts of the site, headings, but also the error message if login failed inclusive the link to reset the password. No big thing, but suboptimal.

Rocket Man
Posts: 383
Posted on: 2013-03-27 08:17:04.000
I think that depends on your screen (and window) resolution. I'm trying to keep the bar a single line, but if the window is small enough it goes to two lines (if it's too small, the responsive design switches to mobile mode, but there's a space in between where you can't fit everything in on one line) I'm going to try tweaking that so that the menu bar is always on one line, so it doesn't ever overlap anything.

Rocket Man
Posts: 383
Posted on: 2013-03-27 11:47:11.000
Okay, I fixed this (I think). The responsive design keeps the widths of the username/password input boxes large enough if you're on a widescreen, but if you're on a 4:3 screen at a lower resolution it bumps the widths down a bit so that the menu bar doesn't go to two lines. If you're on a tablet or phone all the options appear on a pulldown menu instead.

Rocket Man
Posts: 383
Posted on: 2013-03-27 11:58:03.000
I think the login problem might have been from an old cookie before I fixed the cookie code. Let me know if it happens again.


Views: 2503