這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Easy-to-use

外掛說明

Improvements made by the plugin:

  • unmasks password inputs on focus (login and admin sections)
  • enables “remember me” checkbox by default
  • sets login interval to 1 year
  • hilites the focused inputs (login and admin sections)

Useful:

螢幕擷圖

  • login form before and after Easy-to-use plugin installation

安裝方式

  1. install and activate the plugin on the Plugins page
  2. use your site more easily

常見問題集

Why password should be unmasked?

There will be less mistakes during login if user will see the password while typing. Jacob Nilsen about stop masking the password

Why “remember me” should be enabled by default?

Has the time come to kill the “Remember me” check box and just assume that people using shared computers will simply logout? – David Heinemeier Hansson from 37signals

Why do I need to increase login interval?

By default WordPress sets login interval to 14 days.
It is annoying for the users to enter login credentials every 14 days and setting login interval to 1 year more usable.
If user forgot to logout on public computer it is possible to visit user’s profile via link: http://site.com/wp-admin/profile.php and click “Log Out of All Other Sessions” button.

使用者評論

2016 年 9 月 3 日
I always hate that masked password not only in WP, but in all softwares and sites around the world. And all this time I think that advantages of this black-dots system is less than disadvantages. One time I even self-banned myself for 48-hours from logging into site, because I am typing password into different keysheets (not in latin-letters, but cyrilic). If only I have a choice TO SEE what exactly I am typing on, not guessing - that would be awesome. And now, thanks to this plugin, logging in WP-dashboard will be a little better and easier. Thanks, developer! =)
閱讀全部 3 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Easy-to-use〉的開發相關工作。

參與者

將〈Easy-to-use〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0

  • code refactoring (OOP approach instead of procudural)
  • add assets only in login and admin sections (removed from frontend to speedup websites)

1.8

  • increase login interval to 1 year
  • move javascript to footer

1.7

  • unmask password fields loaded via ajax (thanks to Zane Matthew – the author of the zM AJAX Login & Register plugin)
  • enable by default ‘remember-me’ checkbox loaded via ajax

1.6

  • add unmasking of the password field and highlighting of the focused inputs to frontend section (add plugin scripts and styles to frontend section too)
  • code refactoring

1.5

  • unmask password fields only on focus

1.4

  • minor updates

1.3

  • code refactoring

1.2

  • minor changes

1.1

  • unmasking password inputs everywhere in admin section
  • highlighting the focused inputs everywhere in admin section

1.0

  • initial release