BellevueCollege / wordpress-cas-client

A CAS client plugin for Wordpress sites, forked from http://wordpress.org/support/plugin/wpcas-w-ldap
GNU General Public License v2.0
11 stars 8 forks source link

Inconsistent account creation across multisite installation #29

Open jonathanwindle-zz opened 11 years ago

jonathanwindle-zz commented 11 years ago

Description

The following error message is displayed when an user directly travels between one site's wp-admin URL to another site wp-admin URL within the same multisite network.

newbug

Steps to Repo

  1. Create at least two sites in the multisite network. For this example we will be using the default site "/" and a site called "yoursite"
  2. Install and configure the WordPress CAS Client
  3. With an account that has not yet been created in WordPress visit the default site's login URL (ie http://example.com/wp-login.php)
  4. Next visit the wp-admin URL for yoursite (ie http://example.com/yoursite/wp-admin)

    Expected

There should be no error presented to the user. Instead the user account should automatically be created for the site and the user should see the wp-admin page. @gissues:{"order":66.66666666666666,"status":"backlog"}