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

CampusNet Authentication

外掛說明

Uses outside services

Please be aware that this plugin uses your university’s CampusNet service by contacting it directly. It also uses your university’s authentication system. Usernames and passwords are stored as WordPress users, so, they are just as secure as a normal WordPress user would be.

What does it do?

Use your university’s CampusNet login via their API. It requires a user to be a member of a specific CampusNet group (definable) to get access, that way, the administration of users is kept in one place (or, use group/elementid 0 to not use a group). For each user logging in, it makes sure that a WordPress user is created/exists, so if the CampuseNet API ever breaks, you can disable it and the users can login using the username and password they used earlier.

NOTE: it adds a checkbox on the login page that sets if the user is a student or not.

Support

The best place to file a bug report or a feature request is using Github issues, which is checked far more often than the support section here (which I, of course, still do check).

安裝方式

  1. Upload the folder wp-campusnet-authentication to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Create an app token at your universities CampusNet page by requesting API credentials
  4. Fill out details in the settings menu item CampusNet Authentication

常見問題集

Can I choose not to have it limited to the users of a group

You can set the element id to 0, and then it will ignore the group restriction.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈CampusNet Authentication〉的開發相關工作。

參與者

將〈CampusNet Authentication〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.2.6

  • Add example in a comment on testing the API via CURL

0.2.5

  • Add drop-down to choose the default role of a new user logged in via the plugin

0.2.4

  • Add styling to plugin description

0.2.3

  • Fix grammar in README

0.2.2

  • Remove unnecessary elements from fag, and put support link in the description section

0.2.1

  • Update README to reflect changes
  • Change some functions names to keep style consistent

0.2

  • Checkbox on login page to set if the user is a student or not (effectively telling if the plugin is used or not for the login)

0.1

  • Authentication against the CampusNet API is implemented
  • It creates a WordPress user with the users information in the database upon first login