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

WP Generate Password

描述

This plugin generates random password with a default length of 16.

Features

  • Users can use shortcode to every pages and posts
  • Users can choose the number of length of their password with a minimum of 4 and maximum of 100 characters

Developers

  • If you are a developer and you want to put some extra filter or hooks for this plugin then let me know.
  • Github repository

Updates

Updates to the plugin will be posted here, to Github repo and the WP Generate Password will always link to the newest version.

安裝

Install like any other plugin,

  1. Decompress the file
  2. Upload the directory wp-generate-password/ to the wp-content/plugins/ directory or upload the ‘wp-generate-password.zip’ file from the Plugins->Add New page in the WordPress administration panel.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. That’s it!

常見問題

Installation Instructions

Install like any other plugin,

  1. Decompress the file
  2. Upload the directory wp-generate-password/ to the wp-content/plugins/ directory or upload the ‘wp-generate-password.zip’ file from the Plugins->Add New page in the WordPress administration panel.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. That’s it!

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP Generate Password” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Generate Password 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.3.0

  • Fixed calling non-static method
  • Improved code benchmarking
  • Improved conditional statements
  • Fixed filters

1.2.0

  • Added shortcode for user to display on their public specific page/s and post/s
  • Added function for users to let them choose what number of generated password characters with a minimum of 4 and maximum of 100
  • Added some stylesheet classes for user’s easy to customize
  • Improved conditional statements
  • Filtered content with only allowed html tags
  • Added and modified function to prevent script injections

1.1.0

  • Added conditional logic for directly access to the plugin
  • Moved old generate password functions inside the admin class
  • Added class to leverage the OOP concepts
  • Organized plugin structure