Linux 软件免费装
Banner图

Seqrly

开发者 seqrly
更新时间 2013年1月21日 22:13
PHP版本: 2.8 及以上
WordPress版本: 3.5
版权: GPLv2 or later

标签

comments login authentication openid seqrly

下载

详情介绍:

Seqrly is an innovative site that specializes in providing secure technology choices for users to secure their online logins. Seqrly puts the control of one's identity in the individual's hands, allowing them to secure their logins in their own way. Seqrly supports OpenID for logins. OpenID is an open standard that allows users to authenticate to websites without having to create a new password. This plugin allows users to login to their local WordPress account using an OpenID, as well as enabling commenters to leave authenticated comments with OpenID. The plugin also includes an OpenID provider, enabling users to login to OpenID-enabled sites using their own personal WordPress account. XRDS-Simple is required for the OpenID Provider and some features of the OpenID Consumer.

安装:

This plugin follows the standard WordPress installation method:
  1. Upload the seqrly folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Configure the plugin through the 'Seqrly' section of the 'Options' menu

屏幕截图:

  • Commentors can use their Seqrly or OpenID when leaving a comment
  • Users can register with their Seqrly in addition to username/email.
  • This plugin also supports other OpenID providers. So users can register with other OpenID providers (if configured to).
  • Users can login with their Seqrly in addition to username/password.
  • This plugin also supports other OpenID providers. So users can login with other OpenID providers (if configured to).

常见问题:

Why do I get blank screens when I activate the plugin?

In some cases the plugin may have problems if not enough memory has been allocated to PHP. Try ensuring that the PHP memory_limit is at least 8MB (limits of 64MB are not uncommon).

Why don't https OpenIDs work?

SSL certificate problems creep up when working with some OpenID providers (namely MyOpenID). This is typically due to an outdated CA cert bundle being used by libcurl. An explanation of the problem and a couple of solutions can be found here.

Why do I get the error "Invalid openid.mode ''"?

There are actually a couple of reasons that can cause this, but it seems one of the more common causes is a conflict with certain mod_security rules. See this blog post for instructions on how to resolve this issue.

How do I use SSL for OpenID transactions?

First, be aware that this only works in WordPress 2.6 and up. Make sure you've turned on SSL in WordPress by defining either of the following globals as "true" in your wp-config.php file:

  • FORCE_SSL_LOGIN
  • FORCE_SSL_ADMIN
Then, also define the following global as "true" in your wp-config.php file:
  • OPENID_SSL
Be aware that you will almost certainly have trouble with this if you are not using a certificate purchased from a well-known certificate authority.

How do I get help if I have a problem?

Please direct support questions to the "Plugins and Hacks" section of the WordPress.org Support Forum. Just make sure and include the tag 'seqrly' so that we'll see your post. Additionally, you can report a bug at http://seqrly.com/contact.\ Also, you can send an email to support@seqrly.com.

更新日志:

version 1.0 (Jan 20, 2013) The original Seqrly plugin for WordPress was derived from the OpenID plugin authored by willnorris and factoryjoe. LiberatID, Inc. expresses their deep gratitude for their work, without which the Seqrly plugin could not have been released in record time.