Logout Button

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Logout Button

Re: Logout Button

Post by tank » 24 Jan 2019, 09:22

Seen

Re: Logout Button

Post by Flipeador » 23 Jan 2019, 16:24

Could this be reimplemented please. It has stopped working with the forum update.

Re: Logout Button

Post by jeeswg » 12 Nov 2017, 17:54

I was getting confusing behaviour, which I resolved:
Manual click: logout warning.
Click via hotkey: logout, no warning.

Code: Select all

^#Left::
;SendInput, {Click} ;not working correctly
SendInput, {Ctrl Up}{Click} ;working correctly
return
So it turns out that ctrl+click bypasses the logout warning.
In my script, because the hotkey contains ctrl, I needed the script to release ctrl, otherwise ctrl+click was sent. Cheers.

[EDIT:]
- When I pressed the hotkey it didn't open a new window.
- When I press ctrl+click manually, it opens a new window.

Re: Logout Button

Post by joedf » 02 Nov 2017, 15:37

I sometimes click it even on a laptop... :p

Re: Logout Button

Post by Drugwash » 02 Nov 2017, 05:57

Also, as a user of the "other" theme I can say its layout is not responsive so it does not stretch to the available display width like the main theme does, so to some this may be a disadvantage. I guess a dropdown menu just like the one in the "other" theme would be enough.
Oh and I'm one that may log in and out a few times a day - staying logged in for a long time doesn't actually fully work anyway, at logout I'm notified the session <something> doesn't match, the page reloads and I have to log out again. Such glitch happens even when taking a lot of time for commenting or posting a new topic (such as manipulating screenshots, testing scripts etc. before hitting 'Submit'). Too much "security" works agains the user sometimes. Other times it's not enough (hence this topic).

Re: Logout Button

Post by nnnik » 02 Nov 2017, 01:20

This is not an option for mobile users. Also looking at this thread you are the only one who now wants to change back where as many people requested this feature before.

Re: Logout Button

Post by just me » 01 Nov 2017, 16:53

nnnik wrote:Users that log in and out on a daily basis are rather rare - therefore their problems barely matter at all.
Interesting opinion! How did you count it?
Looking at this thread, I don't see that much users are affected by this problem.
Drugwash wrote:Change the board theme, the other one has a dropdown menu under username, you can't log out by mistake.
I agree.

Re: Logout Button

Post by nnnik » 01 Nov 2017, 12:24

It is an issue with the Mobile Design of this site.
Users that log in and out on a daily basis are rather rare - therefore their problems barely matter at all.

Re: Logout Button

Post by just me » 01 Nov 2017, 11:48

Flipeador wrote:If you login and logout every day, I think, that's a personal problem. :)
IMO, if someone repeatedly presses the logout button unintentionally, that's a personal problem. ;)

Re: Logout Button

Post by Flipeador » 31 Oct 2017, 14:16

The time that you take to relogin (due to pressing the button unintentionally) is greater than the time you lose in simply clicking and confirming a button... If you login and logout every day, I think, that's a personal problem. :)
I really see this necessary; especially when you use the mobile.

Re: Logout Button

Post by nnnik » 31 Oct 2017, 09:50

I have never intentionally logged out before. And as for the common user I don't think it is necessary.

Re: Logout Button

Post by just me » 31 Oct 2017, 09:10

I almost always log out intentionally and usually a number of times each day and I see many others doing it, too. The times I logged out accidentally over all the years can be counted using the fingers of one hand. If you actually think that this 'feature' is needed, it should be part of the user settings.

Re: Logout Button

Post by nnnik » 31 Oct 2017, 01:41

Because the amount of times when user actually want to log out is smaller compared to the times of accidential clicks.
If you read through the history of this topic you will see that's the case.

Re: Logout Button

Post by joedf » 30 Oct 2017, 23:51

It's really worse on mobile... :p

Re: Logout Button

Post by derz00 » 30 Oct 2017, 18:55

Because some people click it by mistake when assuming for the notifs button. personally i never have had that happen and i never log out intentionally either

Re: Logout Button

Post by just me » 30 Oct 2017, 16:57

Why am i forced to answer this mindless "Do you really want ...?" question when I want to logout?

Re: Logout Button

Post by derz00 » 23 Oct 2017, 19:36

nice :wave:

Re: Logout Button

Post by joedf » 23 Oct 2017, 19:29

Implemented! great!
https://github.com/ahkscript/forum/comm ... a405b3a46a
Thanks tank :+1:

I kept forgetting about it.

Re: Logout Button

Post by tank » 04 Oct 2017, 08:57

I dont know when i will get the chance to do this but the forum code is availible for all to submit changes
https://github.com/ahkscript/forum
Clone, change, branch, commit, pull request

Re: Logout Button

Post by Drugwash » 04 Oct 2017, 08:42

I don't think this board can take my (real, uncensored) opinion. :)

Top