Ticket #277 (closed patch: done / applied)

Opened 8 months ago

Last modified 8 weeks ago

Warn about caps lock when writing a password

Reported by: xisco. Owned by: somebody
Priority: minor Milestone: 1.1
Component: gui Version:
Keywords: Cc:

Description

I think that emesene should show you a message like " Caps lock mode is turned on " if you are going to write the password and the cap lock is turned on.

Attachments

login.diff (1.8 kB) - added by swordfish 6 months ago.
Diff to add the requested feature to Login.py module

Change History

  Changed 8 months ago by anonymous fanb0y

  • priority changed from major to wish

i think you are mature enough to check by yourself on your keyboard

btw *wish*

  Changed 8 months ago by anonymous

yes, that's true, but maybe someone don't check it and think that his password is incorrect, the message is only to help. And if emesene is a clone of MSN messenger, emesene has to show the message because MSN messenger shows it.

  Changed 8 months ago by dx

and what if we don't want to clone stupid features?

  Changed 7 months ago by anonymous

  • priority changed from wish to minor
  • type changed from defect to enhancement
  • summary changed from Password and cap lock mode to Ehancement: Warn about caps lock when writing a password

"we" ! if you are one of the developers:

This is not a stupid feature, if you look around you, this feature is now implemented in all proper authentication systems including Linux GUI environments like GNOME.

If you guys do not like features suggestions you would better shutdown the development because this is how every project moves on.

You also have to use issue trackers properly because "wish" is not a proper priority. Use type enhancement and give it a proper priority.

  Changed 7 months ago by anonymous

  • summary changed from Ehancement: Warn about caps lock when writing a password to Enhancement: Warn about caps lock when writing a password

  Changed 7 months ago by dx

Ok anon, i was just in evil mode, sorry. It's just that i don't like this feature, myself, but i left this open (instead of killing it with wontfix) if someone wanted to implement it. But not me.

Wish is a priority that we use for tickets that doesn't have any priority, that we could skip if nobody implements it, but still want to leave there. I added it because i don't like having highly-optional requests that we are unlikely to implement mixed with other minor priority tickets.

It may not be used properly, yes. I've been away from the tracker for a while.

  Changed 7 months ago by jandem

  • priority changed from minor to wish

Changed 6 months ago by swordfish

Diff to add the requested feature to Login.py module

  Changed 6 months ago by swordfish

  • summary changed from Enhancement: Warn about caps lock when writing a password to [PATCH] Warn about caps lock when writing a password

My proposed patch do this: When caps lock is enabled and you type in password box, a label with a warning is shown.

follow-up: ↓ 11   Changed 6 months ago by C10uD

  • priority changed from wish to minor

please add gettext support

  Changed 6 months ago by dx

  • type changed from enhancement to patch
  • summary changed from [PATCH] Warn about caps lock when writing a password to Warn about caps lock when writing a password

in reply to: ↑ 9 ; follow-up: ↓ 13   Changed 6 months ago by swordfish

Replying to C10uD:

please add gettext support

gettext support? I don't understand. Please, specify.

  Changed 6 months ago by dx

  • milestone changed from 1.0 to 1.1

in reply to: ↑ 11   Changed 5 months ago by anonymous

Replying to swordfish:

gettext support? I don't understand. Please, specify.

I think he means the _("") function . Every string that is shown must be contained in that function to be translatable, so:
some_variable = "Warning, CAPS LOCK enabled"
becomes
some_variable = _("Warning, CAPS LOCK enabled")

  Changed 8 weeks ago by JoinTheHell

  • status changed from new to closed
  • resolution set to done / applied

Add/Change #277 (Warn about caps lock when writing a password)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.